public final class DeliveryControl extends 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 Ad Exchange Buyer API II. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DeliveryControl() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryControl |
clone() |
String |
getCreativeBlockingLevel()
Output only.
|
String |
getDeliveryRateType()
Output only.
|
List<FrequencyCap> |
getFrequencyCaps()
Output only.
|
DeliveryControl |
set(String fieldName,
Object value) |
DeliveryControl |
setCreativeBlockingLevel(String creativeBlockingLevel)
Output only.
|
DeliveryControl |
setDeliveryRateType(String deliveryRateType)
Output only.
|
DeliveryControl |
setFrequencyCaps(List<FrequencyCap> frequencyCaps)
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 String getCreativeBlockingLevel()
null for nonepublic DeliveryControl setCreativeBlockingLevel(String creativeBlockingLevel)
creativeBlockingLevel - creativeBlockingLevel or null for nonepublic String getDeliveryRateType()
null for nonepublic DeliveryControl setDeliveryRateType(String deliveryRateType)
deliveryRateType - deliveryRateType or null for nonepublic List<FrequencyCap> getFrequencyCaps()
null for nonepublic DeliveryControl setFrequencyCaps(List<FrequencyCap> frequencyCaps)
frequencyCaps - frequencyCaps or null for nonepublic DeliveryControl set(String fieldName, Object value)
set in class GenericJsonpublic DeliveryControl clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.