public final class PlacementTag
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 |
|---|
PlacementTag() |
| Modifier and Type | Method and Description |
|---|---|
PlacementTag |
clone() |
java.lang.Long |
getPlacementId()
Placement ID
|
java.util.List<TagData> |
getTagDatas()
Tags generated for this placement.
|
PlacementTag |
set(java.lang.String fieldName,
java.lang.Object value) |
PlacementTag |
setPlacementId(java.lang.Long placementId)
Placement ID
|
PlacementTag |
setTagDatas(java.util.List<TagData> tagDatas)
Tags generated for this placement.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getPlacementId()
null for nonepublic PlacementTag setPlacementId(java.lang.Long placementId)
placementId - placementId or null for nonepublic java.util.List<TagData> getTagDatas()
null for nonepublic PlacementTag setTagDatas(java.util.List<TagData> tagDatas)
tagDatas - tagDatas or null for nonepublic PlacementTag set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PlacementTag clone()
clone in class com.google.api.client.json.GenericJson