Class GlobalContext
java.lang.Object
growthbook.sdk.java.multiusermode.configurations.GlobalContext
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
com.google.gson.JsonObject
Keys are unique identifiers for the features and the values are Feature objects.com.google.gson.JsonObject
int
hashCode()
void
setEnabled
(Boolean enabled) void
setExperiments
(List<Experiment> experiments) void
setFeatures
(com.google.gson.JsonObject features) Keys are unique identifiers for the features and the values are Feature objects.void
setForcedFeatureValues
(Map<String, Object> forcedFeatureValues) void
setForcedVariations
(Map<String, Integer> forcedVariations) void
void
setSavedGroups
(com.google.gson.JsonObject savedGroups) toString()
-
Method Details
-
builder
-
getSavedGroups
@Nullable public com.google.gson.JsonObject getSavedGroups() -
setFeatures
public void setFeatures(@Nullable com.google.gson.JsonObject features) Keys are unique identifiers for the features and the values are Feature objects. Feature definitions - To be pulled from API / Cache -
setSavedGroups
public void setSavedGroups(@Nullable com.google.gson.JsonObject savedGroups) -
setExperiments
-
setEnabled
-
setQaMode
-
setForcedVariations
-
setForcedFeatureValues
-
equals
-
hashCode
public int hashCode() -
toString
-
getFeatures
@Nullable public com.google.gson.JsonObject getFeatures()Keys are unique identifiers for the features and the values are Feature objects. Feature definitions - To be pulled from API / Cache -
getExperiments
-
getEnabled
-
getQaMode
-
getForcedVariations
-
getForcedFeatureValues
-