|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExperimentServingStatus | |
|---|---|
| com.google.api.ads.adwords.v201109.cm | |
| Uses of ExperimentServingStatus in com.google.api.ads.adwords.v201109.cm |
|---|
| Fields in com.google.api.ads.adwords.v201109.cm declared as ExperimentServingStatus | |
|---|---|
static ExperimentServingStatus |
ExperimentServingStatus.DELETED
|
static ExperimentServingStatus |
ExperimentServingStatus.ENDED
|
static ExperimentServingStatus |
ExperimentServingStatus.PENDING
|
static ExperimentServingStatus |
ExperimentServingStatus.PROMOTED
|
static ExperimentServingStatus |
ExperimentServingStatus.RUNNING
|
| Methods in com.google.api.ads.adwords.v201109.cm that return ExperimentServingStatus | |
|---|---|
static ExperimentServingStatus |
ExperimentServingStatus.fromString(String value)
|
static ExperimentServingStatus |
ExperimentServingStatus.fromValue(String value)
|
ExperimentServingStatus |
Experiment.getServingStatus()
Gets the servingStatus value for this Experiment. |
| Methods in com.google.api.ads.adwords.v201109.cm with parameters of type ExperimentServingStatus | |
|---|---|
void |
Experiment.setServingStatus(ExperimentServingStatus servingStatus)
Sets the servingStatus value for this Experiment. |
| Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type ExperimentServingStatus | |
|---|---|
Experiment(Long id,
Long controlId,
Long campaignId,
String name,
ExperimentStatus status,
ExperimentServingStatus servingStatus,
Integer queryPercentage,
String startDateTime,
String endDateTime,
String lastModifiedDateTime,
ExperimentSummaryStats experimentSummaryStats)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||