public final class EditGuaranteedOrderReadAccessorsResponse
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 |
|---|
EditGuaranteedOrderReadAccessorsResponse() |
| Modifier and Type | Method and Description |
|---|---|
EditGuaranteedOrderReadAccessorsResponse |
clone() |
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.
|
EditGuaranteedOrderReadAccessorsResponse |
set(String fieldName,
Object value) |
EditGuaranteedOrderReadAccessorsResponse |
setReadAccessInherited(Boolean readAccessInherited)
Whether all advertisers of read_write_partner_id have read access to the guaranteed order.
|
EditGuaranteedOrderReadAccessorsResponse |
setReadAdvertiserIds(List<Long> readAdvertiserIds)
The IDs of advertisers with read access to the guaranteed order.
|
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 EditGuaranteedOrderReadAccessorsResponse()
public Boolean getReadAccessInherited()
null for nonepublic EditGuaranteedOrderReadAccessorsResponse setReadAccessInherited(Boolean readAccessInherited)
readAccessInherited - readAccessInherited or null for nonepublic List<Long> getReadAdvertiserIds()
null for nonepublic EditGuaranteedOrderReadAccessorsResponse setReadAdvertiserIds(List<Long> readAdvertiserIds)
readAdvertiserIds - readAdvertiserIds or null for nonepublic EditGuaranteedOrderReadAccessorsResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic EditGuaranteedOrderReadAccessorsResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.