Package growthbook.sdk.java
Class VariationMeta
java.lang.Object
growthbook.sdk.java.VariationMeta
Meta info about an experiment variation
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
getKey()
A unique key for this variationgetName()
A human-readable name for this variationUsed to implement holdout groupsint
hashCode()
void
A unique key for this variationvoid
A human-readable name for this variationvoid
setPassThrough
(Boolean passThrough) Used to implement holdout groupstoString()
-
Constructor Details
-
VariationMeta
-
VariationMeta
public VariationMeta()
-
-
Method Details
-
builder
-
getKey
A unique key for this variation -
getName
A human-readable name for this variation -
getPassThrough
Used to implement holdout groups -
setKey
A unique key for this variation -
setName
A human-readable name for this variation -
setPassThrough
Used to implement holdout groups -
equals
-
hashCode
public int hashCode() -
toString
-