public final class Client 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 |
|---|
Client() |
| Modifier and Type | Method and Description |
|---|---|
Client |
clone() |
Long |
getClientAccountId()
The globally-unique numerical ID of the client.
|
String |
getClientName()
Name used to represent this client to publishers.
|
Long |
getEntityId()
Numerical identifier of the client entity.
|
String |
getEntityName()
The name of the entity.
|
String |
getEntityType()
An optional field for specifying the type of the client entity: `ADVERTISER`, `BRAND`, or
`AGENCY`.
|
String |
getPartnerClientId()
Optional arbitrary unique identifier of this client buyer from the standpoint of its Ad
Exchange sponsor buyer.
|
String |
getRole()
The role which is assigned to the client buyer.
|
String |
getStatus()
The status of the client buyer.
|
Boolean |
getVisibleToSeller()
Whether the client buyer will be visible to sellers.
|
Client |
set(String fieldName,
Object value) |
Client |
setClientAccountId(Long clientAccountId)
The globally-unique numerical ID of the client.
|
Client |
setClientName(String clientName)
Name used to represent this client to publishers.
|
Client |
setEntityId(Long entityId)
Numerical identifier of the client entity.
|
Client |
setEntityName(String entityName)
The name of the entity.
|
Client |
setEntityType(String entityType)
An optional field for specifying the type of the client entity: `ADVERTISER`, `BRAND`, or
`AGENCY`.
|
Client |
setPartnerClientId(String partnerClientId)
Optional arbitrary unique identifier of this client buyer from the standpoint of its Ad
Exchange sponsor buyer.
|
Client |
setRole(String role)
The role which is assigned to the client buyer.
|
Client |
setStatus(String status)
The status of the client buyer.
|
Client |
setVisibleToSeller(Boolean visibleToSeller)
Whether the client buyer will be visible to sellers.
|
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 getClientAccountId()
null for nonepublic Client setClientAccountId(Long clientAccountId)
clientAccountId - clientAccountId or null for nonepublic String getClientName()
null for nonepublic Client setClientName(String clientName)
clientName - clientName or null for nonepublic Long getEntityId()
null for nonepublic Client setEntityId(Long entityId)
entityId - entityId or null for nonepublic String getEntityName()
null for nonepublic Client setEntityName(String entityName)
entityName - entityName or null for nonepublic String getEntityType()
null for nonepublic Client setEntityType(String entityType)
entityType - entityType or null for nonepublic String getPartnerClientId()
null for nonepublic Client setPartnerClientId(String partnerClientId)
partnerClientId - partnerClientId or null for nonepublic String getRole()
null for nonepublic Client setRole(String role)
role - role or null for nonepublic String getStatus()
null for nonepublic Client setStatus(String status)
status - status or null for nonepublic Boolean getVisibleToSeller()
null for nonepublic Client setVisibleToSeller(Boolean visibleToSeller)
visibleToSeller - visibleToSeller or null for nonepublic Client set(String fieldName, Object value)
set in class GenericJsonpublic Client clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.