public final class Seller 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 |
|---|
Seller() |
| Modifier and Type | Method and Description |
|---|---|
Seller |
clone() |
String |
getAccountId()
The unique ID for the seller.
|
String |
getSubAccountId()
Optional sub-account ID for the seller.
|
Seller |
set(String fieldName,
Object value) |
Seller |
setAccountId(String accountId)
The unique ID for the seller.
|
Seller |
setSubAccountId(String subAccountId)
Optional sub-account ID for the seller.
|
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 getAccountId()
null for nonepublic Seller setAccountId(String accountId)
accountId - accountId or null for nonepublic String getSubAccountId()
null for nonepublic Seller setSubAccountId(String subAccountId)
subAccountId - subAccountId or null for nonepublic Seller set(String fieldName, Object value)
set in class GenericJsonpublic Seller clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.