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 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 |
---|
PlacementGroup() |
Modifier and Type | Method and Description |
---|---|
PlacementGroup |
clone() |
Long |
getAccountId()
Account ID of this placement group.
|
String |
getActiveStatus()
Whether this placement group is active, inactive, archived or permanently archived.
|
Long |
getAdvertiserId()
Advertiser ID of this placement group.
|
DimensionValue |
getAdvertiserIdDimensionValue()
Dimension value for the ID of the advertiser.
|
Long |
getCampaignId()
Campaign ID of this placement group.
|
DimensionValue |
getCampaignIdDimensionValue()
Dimension value for the ID of the campaign.
|
List<Long> |
getChildPlacementIds()
IDs of placements which are assigned to this placement group.
|
String |
getComment()
Comments for this placement group.
|
Long |
getContentCategoryId()
ID of the content category assigned to this placement group.
|
LastModifiedInfo |
getCreateInfo()
Information about the creation of this placement group.
|
Long |
getDirectorySiteId()
Directory site ID associated with this placement group.
|
DimensionValue |
getDirectorySiteIdDimensionValue()
Dimension value for the ID of the directory site.
|
String |
getExternalId()
External ID for this placement.
|
Long |
getId()
ID of this placement group.
|
DimensionValue |
getIdDimensionValue()
Dimension value for the ID of this placement group.
|
String |
getKind()
Identifies what kind of resource this is.
|
LastModifiedInfo |
getLastModifiedInfo()
Information about the most recent modification of this placement group.
|
String |
getName()
Name of this placement group.
|
String |
getPlacementGroupType()
Type of this placement group.
|
Long |
getPlacementStrategyId()
ID of the placement strategy assigned to this placement group.
|
PricingSchedule |
getPricingSchedule()
Pricing schedule of this placement group.
|
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.
|
Long |
getSiteId()
Site ID associated with this placement group.
|
DimensionValue |
getSiteIdDimensionValue()
Dimension value for the ID of the site.
|
Long |
getSubaccountId()
Subaccount ID of this placement group.
|
PlacementGroup |
set(String fieldName,
Object value) |
PlacementGroup |
setAccountId(Long accountId)
Account ID of this placement group.
|
PlacementGroup |
setActiveStatus(String activeStatus)
Whether this placement group is active, inactive, archived or permanently archived.
|
PlacementGroup |
setAdvertiserId(Long advertiserId)
Advertiser ID of this placement group.
|
PlacementGroup |
setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
PlacementGroup |
setCampaignId(Long campaignId)
Campaign ID of this placement group.
|
PlacementGroup |
setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
Dimension value for the ID of the campaign.
|
PlacementGroup |
setChildPlacementIds(List<Long> childPlacementIds)
IDs of placements which are assigned to this placement group.
|
PlacementGroup |
setComment(String comment)
Comments for this placement group.
|
PlacementGroup |
setContentCategoryId(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(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(String externalId)
External ID for this placement.
|
PlacementGroup |
setId(Long id)
ID of this placement group.
|
PlacementGroup |
setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this placement group.
|
PlacementGroup |
setKind(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(String name)
Name of this placement group.
|
PlacementGroup |
setPlacementGroupType(String placementGroupType)
Type of this placement group.
|
PlacementGroup |
setPlacementStrategyId(Long placementStrategyId)
ID of the placement strategy assigned to this placement group.
|
PlacementGroup |
setPricingSchedule(PricingSchedule pricingSchedule)
Pricing schedule of this placement group.
|
PlacementGroup |
setPrimaryPlacementId(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(Long siteId)
Site ID associated with this placement group.
|
PlacementGroup |
setSiteIdDimensionValue(DimensionValue siteIdDimensionValue)
Dimension value for the ID of the site.
|
PlacementGroup |
setSubaccountId(Long subaccountId)
Subaccount ID of this placement group.
|
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 PlacementGroup setAccountId(Long accountId)
accountId
- accountId or null
for nonepublic String getActiveStatus()
null
for nonepublic PlacementGroup setActiveStatus(String activeStatus)
activeStatus
- activeStatus or null
for nonepublic Long getAdvertiserId()
null
for nonepublic PlacementGroup setAdvertiserId(Long advertiserId)
advertiserId
- advertiserId or null
for nonepublic DimensionValue getAdvertiserIdDimensionValue()
null
for nonepublic PlacementGroup setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
advertiserIdDimensionValue
- advertiserIdDimensionValue or null
for nonepublic Long getCampaignId()
null
for nonepublic PlacementGroup setCampaignId(Long campaignId)
campaignId
- campaignId or null
for nonepublic DimensionValue getCampaignIdDimensionValue()
null
for nonepublic PlacementGroup setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
campaignIdDimensionValue
- campaignIdDimensionValue or null
for nonepublic List<Long> getChildPlacementIds()
null
for nonepublic PlacementGroup setChildPlacementIds(List<Long> childPlacementIds)
childPlacementIds
- childPlacementIds or null
for nonepublic String getComment()
null
for nonepublic PlacementGroup setComment(String comment)
comment
- comment or null
for nonepublic Long getContentCategoryId()
null
for nonepublic PlacementGroup setContentCategoryId(Long contentCategoryId)
contentCategoryId
- contentCategoryId or null
for nonepublic LastModifiedInfo getCreateInfo()
null
for nonepublic PlacementGroup setCreateInfo(LastModifiedInfo createInfo)
createInfo
- createInfo or null
for nonepublic Long getDirectorySiteId()
null
for nonepublic PlacementGroup setDirectorySiteId(Long directorySiteId)
directorySiteId
- directorySiteId or null
for nonepublic DimensionValue getDirectorySiteIdDimensionValue()
null
for nonepublic PlacementGroup setDirectorySiteIdDimensionValue(DimensionValue directorySiteIdDimensionValue)
directorySiteIdDimensionValue
- directorySiteIdDimensionValue or null
for nonepublic String getExternalId()
null
for nonepublic PlacementGroup setExternalId(String externalId)
externalId
- externalId or null
for nonepublic Long getId()
null
for nonepublic PlacementGroup setId(Long id)
id
- id or null
for nonepublic DimensionValue getIdDimensionValue()
null
for nonepublic PlacementGroup setIdDimensionValue(DimensionValue idDimensionValue)
idDimensionValue
- idDimensionValue or null
for nonepublic String getKind()
null
for nonepublic PlacementGroup setKind(String kind)
kind
- kind or null
for nonepublic LastModifiedInfo getLastModifiedInfo()
null
for nonepublic PlacementGroup setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
lastModifiedInfo
- lastModifiedInfo or null
for nonepublic String getName()
null
for nonepublic PlacementGroup setName(String name)
name
- name or null
for nonepublic String getPlacementGroupType()
null
for nonepublic PlacementGroup setPlacementGroupType(String placementGroupType)
placementGroupType
- placementGroupType or null
for nonepublic Long getPlacementStrategyId()
null
for nonepublic PlacementGroup setPlacementStrategyId(Long placementStrategyId)
placementStrategyId
- placementStrategyId or null
for nonepublic PricingSchedule getPricingSchedule()
null
for nonepublic PlacementGroup setPricingSchedule(PricingSchedule pricingSchedule)
pricingSchedule
- pricingSchedule or null
for nonepublic Long getPrimaryPlacementId()
null
for nonepublic PlacementGroup setPrimaryPlacementId(Long primaryPlacementId)
primaryPlacementId
- primaryPlacementId or null
for nonepublic DimensionValue getPrimaryPlacementIdDimensionValue()
null
for nonepublic PlacementGroup setPrimaryPlacementIdDimensionValue(DimensionValue primaryPlacementIdDimensionValue)
primaryPlacementIdDimensionValue
- primaryPlacementIdDimensionValue or null
for nonepublic Long getSiteId()
null
for nonepublic PlacementGroup setSiteId(Long siteId)
siteId
- siteId or null
for nonepublic DimensionValue getSiteIdDimensionValue()
null
for nonepublic PlacementGroup setSiteIdDimensionValue(DimensionValue siteIdDimensionValue)
siteIdDimensionValue
- siteIdDimensionValue or null
for nonepublic Long getSubaccountId()
null
for nonepublic PlacementGroup setSubaccountId(Long subaccountId)
subaccountId
- subaccountId or null
for nonepublic PlacementGroup set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public PlacementGroup clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.