public final class PlacementGroup
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 |
|---|
PlacementGroup() |
| Modifier and Type | Method and Description |
|---|---|
PlacementGroup |
clone() |
java.lang.Long |
getAccountId()
Account ID of this placement group.
|
java.lang.Long |
getAdvertiserId()
Advertiser ID of this placement group.
|
DimensionValue |
getAdvertiserIdDimensionValue()
Dimension value for the ID of the advertiser.
|
java.lang.Boolean |
getArchived()
Whether this placement group is archived.
|
java.lang.Long |
getCampaignId()
Campaign ID of this placement group.
|
DimensionValue |
getCampaignIdDimensionValue()
Dimension value for the ID of the campaign.
|
java.util.List<java.lang.Long> |
getChildPlacementIds()
IDs of placements which are assigned to this placement group.
|
java.lang.String |
getComment()
Comments for this placement group.
|
java.lang.Long |
getContentCategoryId()
ID of the content category assigned to this placement group.
|
LastModifiedInfo |
getCreateInfo()
Information about the creation of this placement group.
|
java.lang.Long |
getDirectorySiteId()
Directory site ID associated with this placement group.
|
DimensionValue |
getDirectorySiteIdDimensionValue()
Dimension value for the ID of the directory site.
|
java.lang.String |
getExternalId()
External ID for this placement.
|
java.lang.Long |
getId()
ID of this placement group.
|
DimensionValue |
getIdDimensionValue()
Dimension value for the ID of this placement group.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
LastModifiedInfo |
getLastModifiedInfo()
Information about the most recent modification of this placement group.
|
java.lang.String |
getName()
Name of this placement group.
|
java.lang.String |
getPlacementGroupType()
Type of this placement group.
|
java.lang.Long |
getPlacementStrategyId()
ID of the placement strategy assigned to this placement group.
|
PricingSchedule |
getPricingSchedule()
Pricing schedule of this placement group.
|
java.lang.Long |
getPrimaryPlacementId()
ID of the primary placement, used to calculate the media cost of a roadblock (placement group).
|
DimensionValue |
getPrimaryPlacementIdDimensionValue()
Dimension value for the ID of the primary placement.
|
java.lang.Long |
getSiteId()
Site ID associated with this placement group.
|
DimensionValue |
getSiteIdDimensionValue()
Dimension value for the ID of the site.
|
java.lang.Long |
getSubaccountId()
Subaccount ID of this placement group.
|
PlacementGroup |
set(java.lang.String fieldName,
java.lang.Object value) |
PlacementGroup |
setAccountId(java.lang.Long accountId)
Account ID of this placement group.
|
PlacementGroup |
setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this placement group.
|
PlacementGroup |
setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
PlacementGroup |
setArchived(java.lang.Boolean archived)
Whether this placement group is archived.
|
PlacementGroup |
setCampaignId(java.lang.Long campaignId)
Campaign ID of this placement group.
|
PlacementGroup |
setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
Dimension value for the ID of the campaign.
|
PlacementGroup |
setChildPlacementIds(java.util.List<java.lang.Long> childPlacementIds)
IDs of placements which are assigned to this placement group.
|
PlacementGroup |
setComment(java.lang.String comment)
Comments for this placement group.
|
PlacementGroup |
setContentCategoryId(java.lang.Long contentCategoryId)
ID of the content category assigned to this placement group.
|
PlacementGroup |
setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this placement group.
|
PlacementGroup |
setDirectorySiteId(java.lang.Long directorySiteId)
Directory site ID associated with this placement group.
|
PlacementGroup |
setDirectorySiteIdDimensionValue(DimensionValue directorySiteIdDimensionValue)
Dimension value for the ID of the directory site.
|
PlacementGroup |
setExternalId(java.lang.String externalId)
External ID for this placement.
|
PlacementGroup |
setId(java.lang.Long id)
ID of this placement group.
|
PlacementGroup |
setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this placement group.
|
PlacementGroup |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
PlacementGroup |
setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this placement group.
|
PlacementGroup |
setName(java.lang.String name)
Name of this placement group.
|
PlacementGroup |
setPlacementGroupType(java.lang.String placementGroupType)
Type of this placement group.
|
PlacementGroup |
setPlacementStrategyId(java.lang.Long placementStrategyId)
ID of the placement strategy assigned to this placement group.
|
PlacementGroup |
setPricingSchedule(PricingSchedule pricingSchedule)
Pricing schedule of this placement group.
|
PlacementGroup |
setPrimaryPlacementId(java.lang.Long primaryPlacementId)
ID of the primary placement, used to calculate the media cost of a roadblock (placement group).
|
PlacementGroup |
setPrimaryPlacementIdDimensionValue(DimensionValue primaryPlacementIdDimensionValue)
Dimension value for the ID of the primary placement.
|
PlacementGroup |
setSiteId(java.lang.Long siteId)
Site ID associated with this placement group.
|
PlacementGroup |
setSiteIdDimensionValue(DimensionValue siteIdDimensionValue)
Dimension value for the ID of the site.
|
PlacementGroup |
setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this placement group.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAccountId()
null for nonepublic PlacementGroup setAccountId(java.lang.Long accountId)
accountId - accountId or null for nonepublic java.lang.Long getAdvertiserId()
null for nonepublic PlacementGroup setAdvertiserId(java.lang.Long advertiserId)
advertiserId - advertiserId or null for nonepublic DimensionValue getAdvertiserIdDimensionValue()
null for nonepublic PlacementGroup setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
advertiserIdDimensionValue - advertiserIdDimensionValue or null for nonepublic java.lang.Boolean getArchived()
null for nonepublic PlacementGroup setArchived(java.lang.Boolean archived)
archived - archived or null for nonepublic java.lang.Long getCampaignId()
null for nonepublic PlacementGroup setCampaignId(java.lang.Long campaignId)
campaignId - campaignId or null for nonepublic DimensionValue getCampaignIdDimensionValue()
null for nonepublic PlacementGroup setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
campaignIdDimensionValue - campaignIdDimensionValue or null for nonepublic java.util.List<java.lang.Long> getChildPlacementIds()
null for nonepublic PlacementGroup setChildPlacementIds(java.util.List<java.lang.Long> childPlacementIds)
childPlacementIds - childPlacementIds or null for nonepublic java.lang.String getComment()
null for nonepublic PlacementGroup setComment(java.lang.String comment)
comment - comment or null for nonepublic java.lang.Long getContentCategoryId()
null for nonepublic PlacementGroup setContentCategoryId(java.lang.Long contentCategoryId)
contentCategoryId - contentCategoryId or null for nonepublic LastModifiedInfo getCreateInfo()
null for nonepublic PlacementGroup setCreateInfo(LastModifiedInfo createInfo)
createInfo - createInfo or null for nonepublic java.lang.Long getDirectorySiteId()
null for nonepublic PlacementGroup setDirectorySiteId(java.lang.Long directorySiteId)
directorySiteId - directorySiteId or null for nonepublic DimensionValue getDirectorySiteIdDimensionValue()
null for nonepublic PlacementGroup setDirectorySiteIdDimensionValue(DimensionValue directorySiteIdDimensionValue)
directorySiteIdDimensionValue - directorySiteIdDimensionValue or null for nonepublic java.lang.String getExternalId()
null for nonepublic PlacementGroup setExternalId(java.lang.String externalId)
externalId - externalId or null for nonepublic java.lang.Long getId()
null for nonepublic PlacementGroup setId(java.lang.Long id)
id - id or null for nonepublic DimensionValue getIdDimensionValue()
null for nonepublic PlacementGroup setIdDimensionValue(DimensionValue idDimensionValue)
idDimensionValue - idDimensionValue or null for nonepublic java.lang.String getKind()
null for nonepublic PlacementGroup setKind(java.lang.String kind)
kind - kind or null for nonepublic LastModifiedInfo getLastModifiedInfo()
null for nonepublic PlacementGroup setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
lastModifiedInfo - lastModifiedInfo or null for nonepublic java.lang.String getName()
null for nonepublic PlacementGroup setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getPlacementGroupType()
null for nonepublic PlacementGroup setPlacementGroupType(java.lang.String placementGroupType)
placementGroupType - placementGroupType or null for nonepublic java.lang.Long getPlacementStrategyId()
null for nonepublic PlacementGroup setPlacementStrategyId(java.lang.Long placementStrategyId)
placementStrategyId - placementStrategyId or null for nonepublic PricingSchedule getPricingSchedule()
null for nonepublic PlacementGroup setPricingSchedule(PricingSchedule pricingSchedule)
pricingSchedule - pricingSchedule or null for nonepublic java.lang.Long getPrimaryPlacementId()
null for nonepublic PlacementGroup setPrimaryPlacementId(java.lang.Long primaryPlacementId)
primaryPlacementId - primaryPlacementId or null for nonepublic DimensionValue getPrimaryPlacementIdDimensionValue()
null for nonepublic PlacementGroup setPrimaryPlacementIdDimensionValue(DimensionValue primaryPlacementIdDimensionValue)
primaryPlacementIdDimensionValue - primaryPlacementIdDimensionValue or null for nonepublic java.lang.Long getSiteId()
null for nonepublic PlacementGroup setSiteId(java.lang.Long siteId)
siteId - siteId or null for nonepublic DimensionValue getSiteIdDimensionValue()
null for nonepublic PlacementGroup setSiteIdDimensionValue(DimensionValue siteIdDimensionValue)
siteIdDimensionValue - siteIdDimensionValue or null for nonepublic java.lang.Long getSubaccountId()
null for nonepublic PlacementGroup setSubaccountId(java.lang.Long subaccountId)
subaccountId - subaccountId or null for nonepublic PlacementGroup set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PlacementGroup clone()
clone in class com.google.api.client.json.GenericJson