public final class CreativeAssetMetadata
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CreativeAssetMetadata() |
| Modifier and Type | Method and Description |
|---|---|
CreativeAssetMetadata |
clone() |
CreativeAssetId |
getAssetIdentifier()
ID of the creative asset.
|
List<ClickTag> |
getClickTags()
List of detected click tags for assets.
|
List<String> |
getDetectedFeatures()
List of feature dependencies for the creative asset that are detected by Campaign Manager.
|
Long |
getId()
Numeric ID of the asset.
|
DimensionValue |
getIdDimensionValue()
Dimension value for the numeric ID of the asset.
|
String |
getKind()
Identifies what kind of resource this is.
|
List<String> |
getWarnedValidationRules()
Rules validated during code generation that generated a warning.
|
CreativeAssetMetadata |
set(String fieldName,
Object value) |
CreativeAssetMetadata |
setAssetIdentifier(CreativeAssetId assetIdentifier)
ID of the creative asset.
|
CreativeAssetMetadata |
setClickTags(List<ClickTag> clickTags)
List of detected click tags for assets.
|
CreativeAssetMetadata |
setDetectedFeatures(List<String> detectedFeatures)
List of feature dependencies for the creative asset that are detected by Campaign Manager.
|
CreativeAssetMetadata |
setId(Long id)
Numeric ID of the asset.
|
CreativeAssetMetadata |
setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the numeric ID of the asset.
|
CreativeAssetMetadata |
setKind(String kind)
Identifies what kind of resource this is.
|
CreativeAssetMetadata |
setWarnedValidationRules(List<String> warnedValidationRules)
Rules validated during code generation that generated a warning.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CreativeAssetId getAssetIdentifier()
null for nonepublic CreativeAssetMetadata setAssetIdentifier(CreativeAssetId assetIdentifier)
assetIdentifier - assetIdentifier or null for nonepublic List<ClickTag> getClickTags()
null for nonepublic CreativeAssetMetadata setClickTags(List<ClickTag> clickTags)
clickTags - clickTags or null for nonepublic List<String> getDetectedFeatures()
null for nonepublic CreativeAssetMetadata setDetectedFeatures(List<String> detectedFeatures)
detectedFeatures - detectedFeatures or null for nonepublic Long getId()
null for nonepublic CreativeAssetMetadata setId(Long id)
id - id or null for nonepublic DimensionValue getIdDimensionValue()
null for nonepublic CreativeAssetMetadata setIdDimensionValue(DimensionValue idDimensionValue)
idDimensionValue - idDimensionValue or null for nonepublic String getKind()
null for nonepublic CreativeAssetMetadata setKind(String kind)
kind - kind or null for nonepublic List<String> getWarnedValidationRules()
null for nonepublic CreativeAssetMetadata setWarnedValidationRules(List<String> warnedValidationRules)
warnedValidationRules - warnedValidationRules or null for nonepublic CreativeAssetMetadata set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CreativeAssetMetadata clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2019 Google. All rights reserved.