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 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 |
|---|
RemarketingList() |
| Modifier and Type | Method and Description |
|---|---|
RemarketingList |
clone() |
java.lang.Long |
getAccountId()
Account ID of this remarketing list.
|
java.lang.Boolean |
getActive()
Whether this remarketing list is active.
|
java.lang.Long |
getAdvertiserId()
Dimension value for the advertiser ID that owns this remarketing list.
|
DimensionValue |
getAdvertiserIdDimensionValue()
Dimension value for the ID of the advertiser.
|
java.lang.String |
getDescription()
Remarketing list description.
|
java.lang.Long |
getId()
Remarketing list ID.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.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.
|
java.lang.Long |
getListSize()
Number of users currently in the list.
|
java.lang.String |
getListSource()
Product from which this remarketing list was originated.
|
java.lang.String |
getName()
Name of the remarketing list.
|
java.lang.Long |
getSubaccountId()
Subaccount ID of this remarketing list.
|
RemarketingList |
set(java.lang.String fieldName,
java.lang.Object value) |
RemarketingList |
setAccountId(java.lang.Long accountId)
Account ID of this remarketing list.
|
RemarketingList |
setActive(java.lang.Boolean active)
Whether this remarketing list is active.
|
RemarketingList |
setAdvertiserId(java.lang.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(java.lang.String description)
Remarketing list description.
|
RemarketingList |
setId(java.lang.Long id)
Remarketing list ID.
|
RemarketingList |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
RemarketingList |
setLifeSpan(java.lang.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(java.lang.Long listSize)
Number of users currently in the list.
|
RemarketingList |
setListSource(java.lang.String listSource)
Product from which this remarketing list was originated.
|
RemarketingList |
setName(java.lang.String name)
Name of the remarketing list.
|
RemarketingList |
setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this remarketing list.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAccountId()
null for nonepublic RemarketingList setAccountId(java.lang.Long accountId)
accountId - accountId or null for nonepublic java.lang.Boolean getActive()
null for nonepublic RemarketingList setActive(java.lang.Boolean active)
active - active or null for nonepublic java.lang.Long getAdvertiserId()
null for nonepublic RemarketingList setAdvertiserId(java.lang.Long advertiserId)
advertiserId - advertiserId or null for nonepublic DimensionValue getAdvertiserIdDimensionValue()
null for nonepublic RemarketingList setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
advertiserIdDimensionValue - advertiserIdDimensionValue or null for nonepublic java.lang.String getDescription()
null for nonepublic RemarketingList setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.Long getId()
null for nonepublic RemarketingList setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic RemarketingList setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Long getLifeSpan()
null for nonepublic RemarketingList setLifeSpan(java.lang.Long lifeSpan)
lifeSpan - lifeSpan or null for nonepublic ListPopulationRule getListPopulationRule()
null for nonepublic RemarketingList setListPopulationRule(ListPopulationRule listPopulationRule)
listPopulationRule - listPopulationRule or null for nonepublic java.lang.Long getListSize()
null for nonepublic RemarketingList setListSize(java.lang.Long listSize)
listSize - listSize or null for nonepublic java.lang.String getListSource()
null for nonepublic RemarketingList setListSource(java.lang.String listSource)
listSource - listSource or null for nonepublic java.lang.String getName()
null for nonepublic RemarketingList setName(java.lang.String name)
name - name or null for nonepublic java.lang.Long getSubaccountId()
null for nonepublic RemarketingList setSubaccountId(java.lang.Long subaccountId)
subaccountId - subaccountId or null for nonepublic RemarketingList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic RemarketingList clone()
clone in class com.google.api.client.json.GenericJson