|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.analytics.model.Experiment.Variations
public static final class Experiment.Variations
Model definition for ExperimentVariations.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
Experiment.Variations()
|
|
| Method Summary | |
|---|---|
Experiment.Variations |
clone()
|
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 |
set(String fieldName,
Object value)
|
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. |
| Methods inherited from class com.google.api.client.json.GenericJson |
|---|
getFactory, setFactory, toPrettyString, toString |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Experiment.Variations()
| Method Detail |
|---|
public String getName()
null for nonepublic Experiment.Variations setName(String name)
name - name or null for nonepublic String getStatus()
null for nonepublic Experiment.Variations setStatus(String status)
status - status or null for nonepublic String getUrl()
null for nonepublic Experiment.Variations setUrl(String url)
url - url or null for nonepublic Double getWeight()
null for nonepublic Experiment.Variations setWeight(Double weight)
weight - weight or null for nonepublic Boolean getWon()
null for nonepublic Experiment.Variations setWon(Boolean won)
won - won or null for none
public Experiment.Variations set(String fieldName,
Object value)
set in class GenericJsonpublic Experiment.Variations clone()
clone in class GenericJson
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||