public final class CreativeGroup
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 |
|---|
CreativeGroup() |
| Modifier and Type | Method and Description |
|---|---|
CreativeGroup |
clone() |
java.lang.Long |
getAccountId()
Account ID of this creative group.
|
java.lang.Long |
getAdvertiserId()
Advertiser ID of this creative group.
|
DimensionValue |
getAdvertiserIdDimensionValue()
Dimension value for the ID of the advertiser.
|
java.lang.Integer |
getGroupNumber()
Subgroup of the creative group.
|
java.lang.Long |
getId()
ID of this creative group.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getName()
Name of this creative group.
|
java.lang.Long |
getSubaccountId()
Subaccount ID of this creative group.
|
CreativeGroup |
set(java.lang.String fieldName,
java.lang.Object value) |
CreativeGroup |
setAccountId(java.lang.Long accountId)
Account ID of this creative group.
|
CreativeGroup |
setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this creative group.
|
CreativeGroup |
setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
CreativeGroup |
setGroupNumber(java.lang.Integer groupNumber)
Subgroup of the creative group.
|
CreativeGroup |
setId(java.lang.Long id)
ID of this creative group.
|
CreativeGroup |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
CreativeGroup |
setName(java.lang.String name)
Name of this creative group.
|
CreativeGroup |
setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this creative group.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAccountId()
null for nonepublic CreativeGroup setAccountId(java.lang.Long accountId)
accountId - accountId or null for nonepublic java.lang.Long getAdvertiserId()
null for nonepublic CreativeGroup setAdvertiserId(java.lang.Long advertiserId)
advertiserId - advertiserId or null for nonepublic DimensionValue getAdvertiserIdDimensionValue()
null for nonepublic CreativeGroup setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
advertiserIdDimensionValue - advertiserIdDimensionValue or null for nonepublic java.lang.Integer getGroupNumber()
null for nonepublic CreativeGroup setGroupNumber(java.lang.Integer groupNumber)
groupNumber - groupNumber or null for nonepublic java.lang.Long getId()
null for nonepublic CreativeGroup setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic CreativeGroup setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic CreativeGroup setName(java.lang.String name)
name - name or null for nonepublic java.lang.Long getSubaccountId()
null for nonepublic CreativeGroup setSubaccountId(java.lang.Long subaccountId)
subaccountId - subaccountId or null for nonepublic CreativeGroup set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CreativeGroup clone()
clone in class com.google.api.client.json.GenericJson