public final class GuaranteedOrder
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 Display & Video 360 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 |
|---|
GuaranteedOrder() |
| Modifier and Type | Method and Description |
|---|---|
GuaranteedOrder |
clone() |
Long |
getDefaultAdvertiserId()
Output only.
|
Long |
getDefaultCampaignId()
The ID of the default campaign that is assigned to the guaranteed order.
|
String |
getDisplayName()
Required.
|
String |
getExchange()
Required.
|
String |
getGuaranteedOrderId()
Output only.
|
String |
getLegacyGuaranteedOrderId()
Output only.
|
String |
getName()
Output only.
|
String |
getPublisherName()
Required.
|
Boolean |
getReadAccessInherited()
Whether all advertisers of read_write_partner_id have read access to the guaranteed order.
|
List<Long> |
getReadAdvertiserIds()
The IDs of advertisers with read access to the guaranteed order.
|
Long |
getReadWriteAdvertiserId()
The advertiser with read/write access to the guaranteed order.
|
Long |
getReadWritePartnerId()
The partner with read/write access to the guaranteed order.
|
GuaranteedOrderStatus |
getStatus()
The status settings of the guaranteed order.
|
String |
getUpdateTime()
Output only.
|
GuaranteedOrder |
set(String fieldName,
Object value) |
GuaranteedOrder |
setDefaultAdvertiserId(Long defaultAdvertiserId)
Output only.
|
GuaranteedOrder |
setDefaultCampaignId(Long defaultCampaignId)
The ID of the default campaign that is assigned to the guaranteed order.
|
GuaranteedOrder |
setDisplayName(String displayName)
Required.
|
GuaranteedOrder |
setExchange(String exchange)
Required.
|
GuaranteedOrder |
setGuaranteedOrderId(String guaranteedOrderId)
Output only.
|
GuaranteedOrder |
setLegacyGuaranteedOrderId(String legacyGuaranteedOrderId)
Output only.
|
GuaranteedOrder |
setName(String name)
Output only.
|
GuaranteedOrder |
setPublisherName(String publisherName)
Required.
|
GuaranteedOrder |
setReadAccessInherited(Boolean readAccessInherited)
Whether all advertisers of read_write_partner_id have read access to the guaranteed order.
|
GuaranteedOrder |
setReadAdvertiserIds(List<Long> readAdvertiserIds)
The IDs of advertisers with read access to the guaranteed order.
|
GuaranteedOrder |
setReadWriteAdvertiserId(Long readWriteAdvertiserId)
The advertiser with read/write access to the guaranteed order.
|
GuaranteedOrder |
setReadWritePartnerId(Long readWritePartnerId)
The partner with read/write access to the guaranteed order.
|
GuaranteedOrder |
setStatus(GuaranteedOrderStatus status)
The status settings of the guaranteed order.
|
GuaranteedOrder |
setUpdateTime(String updateTime)
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 Long getDefaultAdvertiserId()
null for nonepublic GuaranteedOrder setDefaultAdvertiserId(Long defaultAdvertiserId)
defaultAdvertiserId - defaultAdvertiserId or null for nonepublic Long getDefaultCampaignId()
null for nonepublic GuaranteedOrder setDefaultCampaignId(Long defaultCampaignId)
defaultCampaignId - defaultCampaignId or null for nonepublic String getDisplayName()
null for nonepublic GuaranteedOrder setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getExchange()
null for nonepublic GuaranteedOrder setExchange(String exchange)
exchange - exchange or null for nonepublic String getGuaranteedOrderId()
null for nonepublic GuaranteedOrder setGuaranteedOrderId(String guaranteedOrderId)
guaranteedOrderId - guaranteedOrderId or null for nonepublic String getLegacyGuaranteedOrderId()
null for nonepublic GuaranteedOrder setLegacyGuaranteedOrderId(String legacyGuaranteedOrderId)
legacyGuaranteedOrderId - legacyGuaranteedOrderId or null for nonepublic String getName()
null for nonepublic GuaranteedOrder setName(String name)
name - name or null for nonepublic String getPublisherName()
null for nonepublic GuaranteedOrder setPublisherName(String publisherName)
publisherName - publisherName or null for nonepublic Boolean getReadAccessInherited()
null for nonepublic GuaranteedOrder setReadAccessInherited(Boolean readAccessInherited)
readAccessInherited - readAccessInherited or null for nonepublic List<Long> getReadAdvertiserIds()
null for nonepublic GuaranteedOrder setReadAdvertiserIds(List<Long> readAdvertiserIds)
readAdvertiserIds - readAdvertiserIds or null for nonepublic Long getReadWriteAdvertiserId()
null for nonepublic GuaranteedOrder setReadWriteAdvertiserId(Long readWriteAdvertiserId)
readWriteAdvertiserId - readWriteAdvertiserId or null for nonepublic Long getReadWritePartnerId()
null for nonepublic GuaranteedOrder setReadWritePartnerId(Long readWritePartnerId)
readWritePartnerId - readWritePartnerId or null for nonepublic GuaranteedOrderStatus getStatus()
null for nonepublic GuaranteedOrder setStatus(GuaranteedOrderStatus status)
status - status or null for nonepublic String getUpdateTime()
null for nonepublic GuaranteedOrder setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic GuaranteedOrder set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GuaranteedOrder clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.