public final class TargetableRemarketingList
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TargetableRemarketingList() |
| Modifier and Type | Method and Description |
|---|---|
TargetableRemarketingList |
clone() |
Long |
getAccountId()
Account ID of this remarketing list.
|
Boolean |
getActive()
Whether this targetable remarketing list is active.
|
Long |
getAdvertiserId()
Dimension value for the advertiser ID that owns this targetable remarketing list.
|
DimensionValue |
getAdvertiserIdDimensionValue()
Dimension value for the ID of the advertiser.
|
String |
getDescription()
Targetable remarketing list description.
|
Long |
getId()
Targetable remarketing list ID.
|
String |
getKind()
Identifies what kind of resource this is.
|
Long |
getLifeSpan()
Number of days that a user should remain in the targetable remarketing list without an
impression.
|
Long |
getListSize()
Number of users currently in the list.
|
String |
getListSource()
Product from which this targetable remarketing list was originated.
|
String |
getName()
Name of the targetable remarketing list.
|
Long |
getSubaccountId()
Subaccount ID of this remarketing list.
|
TargetableRemarketingList |
set(String fieldName,
Object value) |
TargetableRemarketingList |
setAccountId(Long accountId)
Account ID of this remarketing list.
|
TargetableRemarketingList |
setActive(Boolean active)
Whether this targetable remarketing list is active.
|
TargetableRemarketingList |
setAdvertiserId(Long advertiserId)
Dimension value for the advertiser ID that owns this targetable remarketing list.
|
TargetableRemarketingList |
setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
TargetableRemarketingList |
setDescription(String description)
Targetable remarketing list description.
|
TargetableRemarketingList |
setId(Long id)
Targetable remarketing list ID.
|
TargetableRemarketingList |
setKind(String kind)
Identifies what kind of resource this is.
|
TargetableRemarketingList |
setLifeSpan(Long lifeSpan)
Number of days that a user should remain in the targetable remarketing list without an
impression.
|
TargetableRemarketingList |
setListSize(Long listSize)
Number of users currently in the list.
|
TargetableRemarketingList |
setListSource(String listSource)
Product from which this targetable remarketing list was originated.
|
TargetableRemarketingList |
setName(String name)
Name of the targetable remarketing list.
|
TargetableRemarketingList |
setSubaccountId(Long subaccountId)
Subaccount ID of this remarketing list.
|
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 getAccountId()
null for nonepublic TargetableRemarketingList setAccountId(Long accountId)
accountId - accountId or null for nonepublic Boolean getActive()
null for nonepublic TargetableRemarketingList setActive(Boolean active)
active - active or null for nonepublic Long getAdvertiserId()
null for nonepublic TargetableRemarketingList setAdvertiserId(Long advertiserId)
advertiserId - advertiserId or null for nonepublic DimensionValue getAdvertiserIdDimensionValue()
null for nonepublic TargetableRemarketingList setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
advertiserIdDimensionValue - advertiserIdDimensionValue or null for nonepublic String getDescription()
null for nonepublic TargetableRemarketingList setDescription(String description)
description - description or null for nonepublic Long getId()
null for nonepublic TargetableRemarketingList setId(Long id)
id - id or null for nonepublic String getKind()
null for nonepublic TargetableRemarketingList setKind(String kind)
kind - kind or null for nonepublic Long getLifeSpan()
null for nonepublic TargetableRemarketingList setLifeSpan(Long lifeSpan)
lifeSpan - lifeSpan or null for nonepublic Long getListSize()
null for nonepublic TargetableRemarketingList setListSize(Long listSize)
listSize - listSize or null for nonepublic String getListSource()
null for nonepublic TargetableRemarketingList setListSource(String listSource)
listSource - listSource or null for nonepublic String getName()
null for nonepublic TargetableRemarketingList setName(String name)
name - name or null for nonepublic Long getSubaccountId()
null for nonepublic TargetableRemarketingList setSubaccountId(Long subaccountId)
subaccountId - subaccountId or null for nonepublic TargetableRemarketingList set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TargetableRemarketingList clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.