public final class CreativeField
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 |
---|
CreativeField() |
Modifier and Type | Method and Description |
---|---|
CreativeField |
clone() |
Long |
getAccountId()
Account ID of this creative field.
|
Long |
getAdvertiserId()
Advertiser ID of this creative field.
|
DimensionValue |
getAdvertiserIdDimensionValue()
Dimension value for the ID of the advertiser.
|
Long |
getId()
ID of this creative field.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getName()
Name of this creative field.
|
Long |
getSubaccountId()
Subaccount ID of this creative field.
|
CreativeField |
set(String fieldName,
Object value) |
CreativeField |
setAccountId(Long accountId)
Account ID of this creative field.
|
CreativeField |
setAdvertiserId(Long advertiserId)
Advertiser ID of this creative field.
|
CreativeField |
setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
CreativeField |
setId(Long id)
ID of this creative field.
|
CreativeField |
setKind(String kind)
Identifies what kind of resource this is.
|
CreativeField |
setName(String name)
Name of this creative field.
|
CreativeField |
setSubaccountId(Long subaccountId)
Subaccount ID of this creative field.
|
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 CreativeField setAccountId(Long accountId)
accountId
- accountId or null
for nonepublic Long getAdvertiserId()
null
for nonepublic CreativeField setAdvertiserId(Long advertiserId)
advertiserId
- advertiserId or null
for nonepublic DimensionValue getAdvertiserIdDimensionValue()
null
for nonepublic CreativeField setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
advertiserIdDimensionValue
- advertiserIdDimensionValue or null
for nonepublic Long getId()
null
for nonepublic CreativeField setId(Long id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic CreativeField setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic CreativeField setName(String name)
name
- name or null
for nonepublic Long getSubaccountId()
null
for nonepublic CreativeField setSubaccountId(Long subaccountId)
subaccountId
- subaccountId or null
for nonepublic CreativeField set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public CreativeField clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.