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