public static final class Experiment.Variations extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Experiment.Variations() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the variation.
|
String |
getStatus()
Status of the variation.
|
String |
getUrl()
The URL of the variation.
|
Double |
getWeight()
Weight that this variation should receive.
|
Boolean |
getWon()
True if the experiment has ended and this variation performed (statistically) significantly
better than the original.
|
Experiment.Variations |
setName(String name)
The name of the variation.
|
Experiment.Variations |
setStatus(String status)
Status of the variation.
|
Experiment.Variations |
setUrl(String url)
The URL of the variation.
|
Experiment.Variations |
setWeight(Double weight)
Weight that this variation should receive.
|
Experiment.Variations |
setWon(Boolean won)
True if the experiment has ended and this variation performed (statistically) significantly
better than the original.
|
clone, getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getName()
null.public Experiment.Variations setName(String name)
null.public String getStatus()
null.public Experiment.Variations setStatus(String status)
null.public String getUrl()
null.public Experiment.Variations setUrl(String url)
null.public Double getWeight()
null.public Experiment.Variations setWeight(Double weight)
null.public Boolean getWon()
null.public Experiment.Variations setWon(Boolean won)
null.