public final class MediationAbExperiment
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the AdMob API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MediationAbExperiment() |
| Modifier and Type | Method and Description |
|---|---|
MediationAbExperiment |
clone() |
List<MediationAbExperimentExperimentMediationLine> |
getControlMediationLines()
Output only.
|
String |
getDisplayName()
The display name for the mediation A/B experiment.
|
String |
getEndTime()
Output only.
|
String |
getExperimentId()
Output only.
|
String |
getMediationGroupId()
Output only.
|
String |
getName()
Resource name for this experiment.
|
String |
getStartTime()
Output only.
|
String |
getState()
Output only.
|
List<MediationAbExperimentExperimentMediationLine> |
getTreatmentMediationLines()
The experiment mediation lines created for the treatment.
|
Long |
getTreatmentTrafficPercentage()
The percentage of the mediation A/B experiment traffic that will be send to the treatment
(variant B).
|
String |
getVariantLeader()
Output only.
|
MediationAbExperiment |
set(String fieldName,
Object value) |
MediationAbExperiment |
setControlMediationLines(List<MediationAbExperimentExperimentMediationLine> controlMediationLines)
Output only.
|
MediationAbExperiment |
setDisplayName(String displayName)
The display name for the mediation A/B experiment.
|
MediationAbExperiment |
setEndTime(String endTime)
Output only.
|
MediationAbExperiment |
setExperimentId(String experimentId)
Output only.
|
MediationAbExperiment |
setMediationGroupId(String mediationGroupId)
Output only.
|
MediationAbExperiment |
setName(String name)
Resource name for this experiment.
|
MediationAbExperiment |
setStartTime(String startTime)
Output only.
|
MediationAbExperiment |
setState(String state)
Output only.
|
MediationAbExperiment |
setTreatmentMediationLines(List<MediationAbExperimentExperimentMediationLine> treatmentMediationLines)
The experiment mediation lines created for the treatment.
|
MediationAbExperiment |
setTreatmentTrafficPercentage(Long treatmentTrafficPercentage)
The percentage of the mediation A/B experiment traffic that will be send to the treatment
(variant B).
|
MediationAbExperiment |
setVariantLeader(String variantLeader)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<MediationAbExperimentExperimentMediationLine> getControlMediationLines()
null for nonepublic MediationAbExperiment setControlMediationLines(List<MediationAbExperimentExperimentMediationLine> controlMediationLines)
controlMediationLines - controlMediationLines or null for nonepublic String getDisplayName()
null for nonepublic MediationAbExperiment setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEndTime()
null for nonepublic MediationAbExperiment setEndTime(String endTime)
endTime - endTime or null for nonepublic String getExperimentId()
null for nonepublic MediationAbExperiment setExperimentId(String experimentId)
experimentId - experimentId or null for nonepublic String getMediationGroupId()
null for nonepublic MediationAbExperiment setMediationGroupId(String mediationGroupId)
mediationGroupId - mediationGroupId or null for nonepublic String getName()
null for nonepublic MediationAbExperiment setName(String name)
name - name or null for nonepublic String getStartTime()
null for nonepublic MediationAbExperiment setStartTime(String startTime)
startTime - startTime or null for nonepublic String getState()
null for nonepublic MediationAbExperiment setState(String state)
state - state or null for nonepublic List<MediationAbExperimentExperimentMediationLine> getTreatmentMediationLines()
null for nonepublic MediationAbExperiment setTreatmentMediationLines(List<MediationAbExperimentExperimentMediationLine> treatmentMediationLines)
treatmentMediationLines - treatmentMediationLines or null for nonepublic Long getTreatmentTrafficPercentage()
null for nonepublic MediationAbExperiment setTreatmentTrafficPercentage(Long treatmentTrafficPercentage)
treatmentTrafficPercentage - treatmentTrafficPercentage or null for nonepublic String getVariantLeader()
null for nonepublic MediationAbExperiment setVariantLeader(String variantLeader)
variantLeader - variantLeader or null for nonepublic MediationAbExperiment set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic MediationAbExperiment clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.