Package growthbook.sdk.java.model
Class RequestBodyForRemoteEval
java.lang.Object
growthbook.sdk.java.model.RequestBodyForRemoteEval
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
com.google.gson.JsonObject
getUrl()
int
hashCode()
void
setAttributes
(com.google.gson.JsonObject attributes) void
setForcedFeatures
(List<List<Object>> forcedFeatures) void
setForcedVariations
(Map<String, Integer> forcedVariations) void
toString()
-
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
-