Package com.configcat
Class Setting
- java.lang.Object
-
- com.configcat.Setting
-
public class Setting extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Setting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PercentageRule[]getPercentageItems()RolloutRule[]getRolloutRules()SettingTypegetType()com.google.gson.JsonElementgetValue()java.lang.StringgetVariationId()voidsetType(SettingType type)voidsetValue(com.google.gson.JsonElement value)
-
-
-
Method Detail
-
setValue
public void setValue(com.google.gson.JsonElement value)
-
setType
public void setType(SettingType type)
-
getValue
public com.google.gson.JsonElement getValue()
-
getType
public SettingType getType()
-
getPercentageItems
public PercentageRule[] getPercentageItems()
-
getRolloutRules
public RolloutRule[] getRolloutRules()
-
getVariationId
public java.lang.String getVariationId()
-
-