All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flagsense.model.Variant Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package com.flagsense.model;

public class Variant {
    private Object value;
    private String name;

    public Object getValue() {
        return value;
    }

    public String getName() {
        return name;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy