| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Experiment.Variations |
Experiment.Variations.clone() |
Experiment.Variations |
Experiment.Variations.set(String fieldName,
Object value) |
Experiment.Variations |
Experiment.Variations.setName(String name)
The name of the variation.
|
Experiment.Variations |
Experiment.Variations.setStatus(String status)
Status of the variation.
|
Experiment.Variations |
Experiment.Variations.setUrl(String url)
The URL of the variation.
|
Experiment.Variations |
Experiment.Variations.setWeight(Double weight)
Weight that this variation should receive.
|
Experiment.Variations |
Experiment.Variations.setWon(Boolean won)
True if the experiment has ended and this variation performed (statistically) significantly
better than the original.
|
| Modifier and Type | Method and Description |
|---|---|
List<Experiment.Variations> |
Experiment.getVariations()
Array of variations.
|
| Modifier and Type | Method and Description |
|---|---|
Experiment |
Experiment.setVariations(List<Experiment.Variations> variations)
Array of variations.
|
Copyright © 2011–2022 Google. All rights reserved.