Package growthbook.sdk.java.model
Class RequestBodyForRemoteEval
java.lang.Object
growthbook.sdk.java.model.RequestBodyForRemoteEval
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.google.gson.JsonObjectgetUrl()inthashCode()voidsetAttributes(com.google.gson.JsonObject attributes) voidsetForcedFeatures(List<List<Object>> forcedFeatures) voidsetForcedVariations(Map<String, Integer> forcedVariations) voidtoString()
-
Constructor Details
-
RequestBodyForRemoteEval
public RequestBodyForRemoteEval() -
RequestBodyForRemoteEval
-
-
Method Details
-
getAttributes
@Nullable public com.google.gson.JsonObject getAttributes() -
getForcedFeatures
-
getForcedVariations
-
getUrl
-
setAttributes
public void setAttributes(@Nullable com.google.gson.JsonObject attributes) -
setForcedFeatures
-
setForcedVariations
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-