public final class AdvertiserGroup
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 DCM/DFA Reporting And Trafficking 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.Flags| Constructor and Description |
|---|
AdvertiserGroup() |
| Modifier and Type | Method and Description |
|---|---|
AdvertiserGroup |
clone() |
java.lang.Long |
getAccountId()
Account ID of this advertiser group.
|
java.lang.Long |
getId()
ID of this advertiser group.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getName()
Name of this advertiser group.
|
AdvertiserGroup |
set(java.lang.String fieldName,
java.lang.Object value) |
AdvertiserGroup |
setAccountId(java.lang.Long accountId)
Account ID of this advertiser group.
|
AdvertiserGroup |
setId(java.lang.Long id)
ID of this advertiser group.
|
AdvertiserGroup |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
AdvertiserGroup |
setName(java.lang.String name)
Name of this advertiser group.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAccountId()
null for nonepublic AdvertiserGroup setAccountId(java.lang.Long accountId)
accountId - accountId or null for nonepublic java.lang.Long getId()
null for nonepublic AdvertiserGroup setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic AdvertiserGroup setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic AdvertiserGroup setName(java.lang.String name)
name - name or null for nonepublic AdvertiserGroup set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AdvertiserGroup clone()
clone in class com.google.api.client.json.GenericJson