public final class ClientUser 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 |
|---|
ClientUser() |
| Modifier and Type | Method and Description |
|---|---|
ClientUser |
clone() |
Long |
getClientAccountId()
Numerical account ID of the client buyer with which the user is associated; the buyer must be a
client of the current sponsor buyer.
|
String |
getEmail()
User's email address.
|
String |
getStatus()
The status of the client user.
|
Long |
getUserId()
The unique numerical ID of the client user that has accepted an invitation.
|
ClientUser |
set(String fieldName,
Object value) |
ClientUser |
setClientAccountId(Long clientAccountId)
Numerical account ID of the client buyer with which the user is associated; the buyer must be a
client of the current sponsor buyer.
|
ClientUser |
setEmail(String email)
User's email address.
|
ClientUser |
setStatus(String status)
The status of the client user.
|
ClientUser |
setUserId(Long userId)
The unique numerical ID of the client user that has accepted an invitation.
|
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 ClientUser setClientAccountId(Long clientAccountId)
clientAccountId - clientAccountId or null for nonepublic String getEmail()
null for nonepublic ClientUser setEmail(String email)
email - email or null for nonepublic String getStatus()
null for nonepublic ClientUser setStatus(String status)
status - status or null for nonepublic Long getUserId()
null for nonepublic ClientUser setUserId(Long userId)
userId - userId or null for nonepublic ClientUser set(String fieldName, Object value)
set in class GenericJsonpublic ClientUser clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.