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 Campaign Manager 360 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CreativeGroup() |
Modifier and Type | Method and Description |
---|---|
CreativeGroup |
clone() |
Long |
getAccountId()
Account ID of this creative group.
|
Long |
getAdvertiserId()
Advertiser ID of this creative group.
|
DimensionValue |
getAdvertiserIdDimensionValue()
Dimension value for the ID of the advertiser.
|
Integer |
getGroupNumber()
Subgroup of the creative group.
|
Long |
getId()
ID of this creative group.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getName()
Name of this creative group.
|
Long |
getSubaccountId()
Subaccount ID of this creative group.
|
CreativeGroup |
set(String fieldName,
Object value) |
CreativeGroup |
setAccountId(Long accountId)
Account ID of this creative group.
|
CreativeGroup |
setAdvertiserId(Long advertiserId)
Advertiser ID of this creative group.
|
CreativeGroup |
setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
CreativeGroup |
setGroupNumber(Integer groupNumber)
Subgroup of the creative group.
|
CreativeGroup |
setId(Long id)
ID of this creative group.
|
CreativeGroup |
setKind(String kind)
Identifies what kind of resource this is.
|
CreativeGroup |
setName(String name)
Name of this creative group.
|
CreativeGroup |
setSubaccountId(Long subaccountId)
Subaccount ID of this creative group.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getAccountId()
null
for nonepublic CreativeGroup setAccountId(Long accountId)
accountId
- accountId or null
for nonepublic Long getAdvertiserId()
null
for nonepublic CreativeGroup setAdvertiserId(Long advertiserId)
advertiserId
- advertiserId or null
for nonepublic DimensionValue getAdvertiserIdDimensionValue()
null
for nonepublic CreativeGroup setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
advertiserIdDimensionValue
- advertiserIdDimensionValue or null
for nonepublic Integer getGroupNumber()
null
for nonepublic CreativeGroup setGroupNumber(Integer groupNumber)
groupNumber
- groupNumber or null
for nonepublic Long getId()
null
for nonepublic CreativeGroup setId(Long id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic CreativeGroup setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic CreativeGroup setName(String name)
name
- name or null
for nonepublic Long getSubaccountId()
null
for nonepublic CreativeGroup setSubaccountId(Long subaccountId)
subaccountId
- subaccountId or null
for nonepublic CreativeGroup set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public CreativeGroup clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.