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 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.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<CreativeCustomEvent> | 
getCounterCustomEvents()
List of counter events configured for the asset. 
 | 
List<String> | 
getDetectedFeatures()
List of feature dependencies for the creative asset that are detected by Campaign Manager. 
 | 
List<CreativeCustomEvent> | 
getExitCustomEvents()
List of exit events configured for the asset. 
 | 
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. 
 | 
Boolean | 
getRichMedia()
True if the uploaded asset is a rich media asset. 
 | 
List<CreativeCustomEvent> | 
getTimerCustomEvents()
List of timer events configured for the asset. 
 | 
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 | 
setCounterCustomEvents(List<CreativeCustomEvent> counterCustomEvents)
List of counter events configured for the asset. 
 | 
CreativeAssetMetadata | 
setDetectedFeatures(List<String> detectedFeatures)
List of feature dependencies for the creative asset that are detected by Campaign Manager. 
 | 
CreativeAssetMetadata | 
setExitCustomEvents(List<CreativeCustomEvent> exitCustomEvents)
List of exit events configured for the asset. 
 | 
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 | 
setRichMedia(Boolean richMedia)
True if the uploaded asset is a rich media asset. 
 | 
CreativeAssetMetadata | 
setTimerCustomEvents(List<CreativeCustomEvent> timerCustomEvents)
List of timer events configured for the asset. 
 | 
CreativeAssetMetadata | 
setWarnedValidationRules(List<String> warnedValidationRules)
Rules validated during code generation that generated a warning. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, 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<CreativeCustomEvent> getCounterCustomEvents()
null for nonepublic CreativeAssetMetadata setCounterCustomEvents(List<CreativeCustomEvent> counterCustomEvents)
counterCustomEvents - counterCustomEvents or null for nonepublic List<String> getDetectedFeatures()
null for nonepublic CreativeAssetMetadata setDetectedFeatures(List<String> detectedFeatures)
detectedFeatures - detectedFeatures or null for nonepublic List<CreativeCustomEvent> getExitCustomEvents()
null for nonepublic CreativeAssetMetadata setExitCustomEvents(List<CreativeCustomEvent> exitCustomEvents)
exitCustomEvents - exitCustomEvents 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 Boolean getRichMedia()
null for nonepublic CreativeAssetMetadata setRichMedia(Boolean richMedia)
richMedia - richMedia or null for nonepublic List<CreativeCustomEvent> getTimerCustomEvents()
null for nonepublic CreativeAssetMetadata setTimerCustomEvents(List<CreativeCustomEvent> timerCustomEvents)
timerCustomEvents - timerCustomEvents 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–2025 Google. All rights reserved.