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.Flags| Constructor and Description |
|---|
CreativeAssetMetadata() |
| Modifier and Type | Method and Description |
|---|---|
CreativeAssetMetadata |
clone() |
CreativeAssetId |
getAssetIdentifier()
ID of the creative asset.
|
java.util.List<ClickTag> |
getClickTags()
List of detected click tags for assets.
|
java.util.List<java.lang.String> |
getDetectedFeatures()
List of feature dependencies for the creative asset that are detected by DCM.
|
java.lang.Long |
getId()
Numeric ID of the asset.
|
DimensionValue |
getIdDimensionValue()
Dimension value for the numeric ID of the asset.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.util.List<java.lang.String> |
getWarnedValidationRules()
Rules validated during code generation that generated a warning.
|
CreativeAssetMetadata |
set(java.lang.String fieldName,
java.lang.Object value) |
CreativeAssetMetadata |
setAssetIdentifier(CreativeAssetId assetIdentifier)
ID of the creative asset.
|
CreativeAssetMetadata |
setClickTags(java.util.List<ClickTag> clickTags)
List of detected click tags for assets.
|
CreativeAssetMetadata |
setDetectedFeatures(java.util.List<java.lang.String> detectedFeatures)
List of feature dependencies for the creative asset that are detected by DCM.
|
CreativeAssetMetadata |
setId(java.lang.Long id)
Numeric ID of the asset.
|
CreativeAssetMetadata |
setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the numeric ID of the asset.
|
CreativeAssetMetadata |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
CreativeAssetMetadata |
setWarnedValidationRules(java.util.List<java.lang.String> warnedValidationRules)
Rules validated during code generation that generated a warning.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic CreativeAssetId getAssetIdentifier()
null for nonepublic CreativeAssetMetadata setAssetIdentifier(CreativeAssetId assetIdentifier)
assetIdentifier - assetIdentifier or null for nonepublic java.util.List<ClickTag> getClickTags()
null for nonepublic CreativeAssetMetadata setClickTags(java.util.List<ClickTag> clickTags)
clickTags - clickTags or null for nonepublic java.util.List<java.lang.String> getDetectedFeatures()
null for nonepublic CreativeAssetMetadata setDetectedFeatures(java.util.List<java.lang.String> detectedFeatures)
detectedFeatures - detectedFeatures or null for nonepublic java.lang.Long getId()
null for nonepublic CreativeAssetMetadata setId(java.lang.Long id)
id - id or null for nonepublic DimensionValue getIdDimensionValue()
null for nonepublic CreativeAssetMetadata setIdDimensionValue(DimensionValue idDimensionValue)
idDimensionValue - idDimensionValue or null for nonepublic java.lang.String getKind()
null for nonepublic CreativeAssetMetadata setKind(java.lang.String kind)
kind - kind or null for nonepublic java.util.List<java.lang.String> getWarnedValidationRules()
null for nonepublic CreativeAssetMetadata setWarnedValidationRules(java.util.List<java.lang.String> warnedValidationRules)
warnedValidationRules - warnedValidationRules or null for nonepublic CreativeAssetMetadata set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CreativeAssetMetadata clone()
clone in class com.google.api.client.json.GenericJson