public final class CreativeAsset
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 |
|---|
CreativeAsset() |
| Modifier and Type | Method and Description |
|---|---|
CreativeAsset |
clone() |
java.lang.Boolean |
getActionScript3()
Whether ActionScript3 is enabled for the flash asset.
|
java.lang.Boolean |
getActive()
Whether the video asset is active.
|
java.lang.String |
getAlignment()
Possible alignments for an asset.
|
java.lang.String |
getArtworkType()
Artwork type of rich media creative.
|
CreativeAssetId |
getAssetIdentifier()
Identifier of this asset.
|
CreativeCustomEvent |
getBackupImageExit()
Exit event configured for the backup image.
|
java.lang.Integer |
getBitRate()
Detected bit-rate for video asset.
|
java.lang.String |
getChildAssetType()
Rich media child asset type.
|
Size |
getCollapsedSize()
Size of an asset when collapsed.
|
java.util.List<java.lang.Long> |
getCompanionCreativeIds()
List of companion creatives assigned to an in-stream video creative asset.
|
java.lang.Integer |
getCustomStartTimeValue()
Custom start time in seconds for making the asset visible.
|
java.util.List<java.lang.String> |
getDetectedFeatures()
List of feature dependencies for the creative asset that are detected by DCM.
|
java.lang.String |
getDisplayType()
Type of rich media asset.
|
java.lang.Integer |
getDuration()
Duration in seconds for which an asset will be displayed.
|
java.lang.String |
getDurationType()
Duration type for which an asset will be displayed.
|
Size |
getExpandedDimension()
Detected expanded dimension for video asset.
|
java.lang.Long |
getFileSize()
File size associated with this creative asset.
|
java.lang.Integer |
getFlashVersion()
Flash version of the asset.
|
java.lang.Boolean |
getHideFlashObjects()
Whether to hide Flash objects flag for an asset.
|
java.lang.Boolean |
getHideSelectionBoxes()
Whether to hide selection boxes flag for an asset.
|
java.lang.Boolean |
getHorizontallyLocked()
Whether the asset is horizontally locked.
|
java.lang.Long |
getId()
Numeric ID of this creative asset.
|
DimensionValue |
getIdDimensionValue()
Dimension value for the ID of the asset.
|
java.lang.String |
getMimeType()
Detected MIME type for video asset.
|
OffsetPosition |
getOffset()
Offset position for an asset in collapsed mode.
|
java.lang.String |
getOrientation()
Orientation of video asset.
|
java.lang.Boolean |
getOriginalBackup()
Whether the backup asset is original or changed by the user in DCM.
|
OffsetPosition |
getPosition()
Offset position for an asset.
|
java.lang.String |
getPositionLeftUnit()
Offset left unit for an asset.
|
java.lang.String |
getPositionTopUnit()
Offset top unit for an asset.
|
java.lang.String |
getProgressiveServingUrl()
Progressive URL for video asset.
|
java.lang.Boolean |
getPushdown()
Whether the asset pushes down other content.
|
java.lang.Float |
getPushdownDuration()
Pushdown duration in seconds for an asset.
|
java.lang.String |
getRole()
Role of the asset in relation to creative.
|
Size |
getSize()
Size associated with this creative asset.
|
java.lang.Boolean |
getSslCompliant()
Whether the asset is SSL-compliant.
|
java.lang.String |
getStartTimeType()
Initial wait time type before making the asset visible.
|
java.lang.String |
getStreamingServingUrl()
Streaming URL for video asset.
|
java.lang.Boolean |
getTransparency()
Whether the asset is transparent.
|
java.lang.Boolean |
getVerticallyLocked()
Whether the asset is vertically locked.
|
java.lang.Float |
getVideoDuration()
Detected video duration for video asset.
|
java.lang.String |
getWindowMode()
Window mode options for flash assets.
|
java.lang.Integer |
getZIndex()
zIndex value of an asset.
|
java.lang.String |
getZipFilename()
File name of zip file.
|
java.lang.String |
getZipFilesize()
Size of zip file.
|
CreativeAsset |
set(java.lang.String fieldName,
java.lang.Object value) |
CreativeAsset |
setActionScript3(java.lang.Boolean actionScript3)
Whether ActionScript3 is enabled for the flash asset.
|
CreativeAsset |
setActive(java.lang.Boolean active)
Whether the video asset is active.
|
CreativeAsset |
setAlignment(java.lang.String alignment)
Possible alignments for an asset.
|
CreativeAsset |
setArtworkType(java.lang.String artworkType)
Artwork type of rich media creative.
|
CreativeAsset |
setAssetIdentifier(CreativeAssetId assetIdentifier)
Identifier of this asset.
|
CreativeAsset |
setBackupImageExit(CreativeCustomEvent backupImageExit)
Exit event configured for the backup image.
|
CreativeAsset |
setBitRate(java.lang.Integer bitRate)
Detected bit-rate for video asset.
|
CreativeAsset |
setChildAssetType(java.lang.String childAssetType)
Rich media child asset type.
|
CreativeAsset |
setCollapsedSize(Size collapsedSize)
Size of an asset when collapsed.
|
CreativeAsset |
setCompanionCreativeIds(java.util.List<java.lang.Long> companionCreativeIds)
List of companion creatives assigned to an in-stream video creative asset.
|
CreativeAsset |
setCustomStartTimeValue(java.lang.Integer customStartTimeValue)
Custom start time in seconds for making the asset visible.
|
CreativeAsset |
setDetectedFeatures(java.util.List<java.lang.String> detectedFeatures)
List of feature dependencies for the creative asset that are detected by DCM.
|
CreativeAsset |
setDisplayType(java.lang.String displayType)
Type of rich media asset.
|
CreativeAsset |
setDuration(java.lang.Integer duration)
Duration in seconds for which an asset will be displayed.
|
CreativeAsset |
setDurationType(java.lang.String durationType)
Duration type for which an asset will be displayed.
|
CreativeAsset |
setExpandedDimension(Size expandedDimension)
Detected expanded dimension for video asset.
|
CreativeAsset |
setFileSize(java.lang.Long fileSize)
File size associated with this creative asset.
|
CreativeAsset |
setFlashVersion(java.lang.Integer flashVersion)
Flash version of the asset.
|
CreativeAsset |
setHideFlashObjects(java.lang.Boolean hideFlashObjects)
Whether to hide Flash objects flag for an asset.
|
CreativeAsset |
setHideSelectionBoxes(java.lang.Boolean hideSelectionBoxes)
Whether to hide selection boxes flag for an asset.
|
CreativeAsset |
setHorizontallyLocked(java.lang.Boolean horizontallyLocked)
Whether the asset is horizontally locked.
|
CreativeAsset |
setId(java.lang.Long id)
Numeric ID of this creative asset.
|
CreativeAsset |
setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of the asset.
|
CreativeAsset |
setMimeType(java.lang.String mimeType)
Detected MIME type for video asset.
|
CreativeAsset |
setOffset(OffsetPosition offset)
Offset position for an asset in collapsed mode.
|
CreativeAsset |
setOrientation(java.lang.String orientation)
Orientation of video asset.
|
CreativeAsset |
setOriginalBackup(java.lang.Boolean originalBackup)
Whether the backup asset is original or changed by the user in DCM.
|
CreativeAsset |
setPosition(OffsetPosition position)
Offset position for an asset.
|
CreativeAsset |
setPositionLeftUnit(java.lang.String positionLeftUnit)
Offset left unit for an asset.
|
CreativeAsset |
setPositionTopUnit(java.lang.String positionTopUnit)
Offset top unit for an asset.
|
CreativeAsset |
setProgressiveServingUrl(java.lang.String progressiveServingUrl)
Progressive URL for video asset.
|
CreativeAsset |
setPushdown(java.lang.Boolean pushdown)
Whether the asset pushes down other content.
|
CreativeAsset |
setPushdownDuration(java.lang.Float pushdownDuration)
Pushdown duration in seconds for an asset.
|
CreativeAsset |
setRole(java.lang.String role)
Role of the asset in relation to creative.
|
CreativeAsset |
setSize(Size size)
Size associated with this creative asset.
|
CreativeAsset |
setSslCompliant(java.lang.Boolean sslCompliant)
Whether the asset is SSL-compliant.
|
CreativeAsset |
setStartTimeType(java.lang.String startTimeType)
Initial wait time type before making the asset visible.
|
CreativeAsset |
setStreamingServingUrl(java.lang.String streamingServingUrl)
Streaming URL for video asset.
|
CreativeAsset |
setTransparency(java.lang.Boolean transparency)
Whether the asset is transparent.
|
CreativeAsset |
setVerticallyLocked(java.lang.Boolean verticallyLocked)
Whether the asset is vertically locked.
|
CreativeAsset |
setVideoDuration(java.lang.Float videoDuration)
Detected video duration for video asset.
|
CreativeAsset |
setWindowMode(java.lang.String windowMode)
Window mode options for flash assets.
|
CreativeAsset |
setZIndex(java.lang.Integer zIndex)
zIndex value of an asset.
|
CreativeAsset |
setZipFilename(java.lang.String zipFilename)
File name of zip file.
|
CreativeAsset |
setZipFilesize(java.lang.String zipFilesize)
Size of zip file.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getActionScript3()
null for nonepublic CreativeAsset setActionScript3(java.lang.Boolean actionScript3)
actionScript3 - actionScript3 or null for nonepublic java.lang.Boolean getActive()
null for nonepublic CreativeAsset setActive(java.lang.Boolean active)
active - active or null for nonepublic java.lang.String getAlignment()
null for nonepublic CreativeAsset setAlignment(java.lang.String alignment)
alignment - alignment or null for nonepublic java.lang.String getArtworkType()
null for nonepublic CreativeAsset setArtworkType(java.lang.String artworkType)
artworkType - artworkType or null for nonepublic CreativeAssetId getAssetIdentifier()
null for nonepublic CreativeAsset setAssetIdentifier(CreativeAssetId assetIdentifier)
assetIdentifier - assetIdentifier or null for nonepublic CreativeCustomEvent getBackupImageExit()
null for nonepublic CreativeAsset setBackupImageExit(CreativeCustomEvent backupImageExit)
backupImageExit - backupImageExit or null for nonepublic java.lang.Integer getBitRate()
null for nonepublic CreativeAsset setBitRate(java.lang.Integer bitRate)
bitRate - bitRate or null for nonepublic java.lang.String getChildAssetType()
null for nonepublic CreativeAsset setChildAssetType(java.lang.String childAssetType)
childAssetType - childAssetType or null for nonepublic Size getCollapsedSize()
null for nonepublic CreativeAsset setCollapsedSize(Size collapsedSize)
collapsedSize - collapsedSize or null for nonepublic java.util.List<java.lang.Long> getCompanionCreativeIds()
null for nonepublic CreativeAsset setCompanionCreativeIds(java.util.List<java.lang.Long> companionCreativeIds)
companionCreativeIds - companionCreativeIds or null for nonepublic java.lang.Integer getCustomStartTimeValue()
null for nonepublic CreativeAsset setCustomStartTimeValue(java.lang.Integer customStartTimeValue)
customStartTimeValue - customStartTimeValue or null for nonepublic java.util.List<java.lang.String> getDetectedFeatures()
null for nonepublic CreativeAsset setDetectedFeatures(java.util.List<java.lang.String> detectedFeatures)
detectedFeatures - detectedFeatures or null for nonepublic java.lang.String getDisplayType()
null for nonepublic CreativeAsset setDisplayType(java.lang.String displayType)
displayType - displayType or null for nonepublic java.lang.Integer getDuration()
null for nonepublic CreativeAsset setDuration(java.lang.Integer duration)
duration - duration or null for nonepublic java.lang.String getDurationType()
null for nonepublic CreativeAsset setDurationType(java.lang.String durationType)
durationType - durationType or null for nonepublic Size getExpandedDimension()
null for nonepublic CreativeAsset setExpandedDimension(Size expandedDimension)
expandedDimension - expandedDimension or null for nonepublic java.lang.Long getFileSize()
null for nonepublic CreativeAsset setFileSize(java.lang.Long fileSize)
fileSize - fileSize or null for nonepublic java.lang.Integer getFlashVersion()
null for nonepublic CreativeAsset setFlashVersion(java.lang.Integer flashVersion)
flashVersion - flashVersion or null for nonepublic java.lang.Boolean getHideFlashObjects()
null for nonepublic CreativeAsset setHideFlashObjects(java.lang.Boolean hideFlashObjects)
hideFlashObjects - hideFlashObjects or null for nonepublic java.lang.Boolean getHideSelectionBoxes()
null for nonepublic CreativeAsset setHideSelectionBoxes(java.lang.Boolean hideSelectionBoxes)
hideSelectionBoxes - hideSelectionBoxes or null for nonepublic java.lang.Boolean getHorizontallyLocked()
null for nonepublic CreativeAsset setHorizontallyLocked(java.lang.Boolean horizontallyLocked)
horizontallyLocked - horizontallyLocked or null for nonepublic java.lang.Long getId()
null for nonepublic CreativeAsset setId(java.lang.Long id)
id - id or null for nonepublic DimensionValue getIdDimensionValue()
null for nonepublic CreativeAsset setIdDimensionValue(DimensionValue idDimensionValue)
idDimensionValue - idDimensionValue or null for nonepublic java.lang.String getMimeType()
null for nonepublic CreativeAsset setMimeType(java.lang.String mimeType)
mimeType - mimeType or null for nonepublic OffsetPosition getOffset()
null for nonepublic CreativeAsset setOffset(OffsetPosition offset)
offset - offset or null for nonepublic java.lang.String getOrientation()
null for nonepublic CreativeAsset setOrientation(java.lang.String orientation)
orientation - orientation or null for nonepublic java.lang.Boolean getOriginalBackup()
null for nonepublic CreativeAsset setOriginalBackup(java.lang.Boolean originalBackup)
originalBackup - originalBackup or null for nonepublic OffsetPosition getPosition()
null for nonepublic CreativeAsset setPosition(OffsetPosition position)
position - position or null for nonepublic java.lang.String getPositionLeftUnit()
null for nonepublic CreativeAsset setPositionLeftUnit(java.lang.String positionLeftUnit)
positionLeftUnit - positionLeftUnit or null for nonepublic java.lang.String getPositionTopUnit()
null for nonepublic CreativeAsset setPositionTopUnit(java.lang.String positionTopUnit)
positionTopUnit - positionTopUnit or null for nonepublic java.lang.String getProgressiveServingUrl()
null for nonepublic CreativeAsset setProgressiveServingUrl(java.lang.String progressiveServingUrl)
progressiveServingUrl - progressiveServingUrl or null for nonepublic java.lang.Boolean getPushdown()
null for nonepublic CreativeAsset setPushdown(java.lang.Boolean pushdown)
pushdown - pushdown or null for nonepublic java.lang.Float getPushdownDuration()
null for nonepublic CreativeAsset setPushdownDuration(java.lang.Float pushdownDuration)
pushdownDuration - pushdownDuration or null for nonepublic java.lang.String getRole()
null for nonepublic CreativeAsset setRole(java.lang.String role)
role - role or null for nonepublic Size getSize()
null for nonepublic CreativeAsset setSize(Size size)
size - size or null for nonepublic java.lang.Boolean getSslCompliant()
null for nonepublic CreativeAsset setSslCompliant(java.lang.Boolean sslCompliant)
sslCompliant - sslCompliant or null for nonepublic java.lang.String getStartTimeType()
null for nonepublic CreativeAsset setStartTimeType(java.lang.String startTimeType)
startTimeType - startTimeType or null for nonepublic java.lang.String getStreamingServingUrl()
null for nonepublic CreativeAsset setStreamingServingUrl(java.lang.String streamingServingUrl)
streamingServingUrl - streamingServingUrl or null for nonepublic java.lang.Boolean getTransparency()
null for nonepublic CreativeAsset setTransparency(java.lang.Boolean transparency)
transparency - transparency or null for nonepublic java.lang.Boolean getVerticallyLocked()
null for nonepublic CreativeAsset setVerticallyLocked(java.lang.Boolean verticallyLocked)
verticallyLocked - verticallyLocked or null for nonepublic java.lang.Float getVideoDuration()
null for nonepublic CreativeAsset setVideoDuration(java.lang.Float videoDuration)
videoDuration - videoDuration or null for nonepublic java.lang.String getWindowMode()
null for nonepublic CreativeAsset setWindowMode(java.lang.String windowMode)
windowMode - windowMode or null for nonepublic java.lang.Integer getZIndex()
null for nonepublic CreativeAsset setZIndex(java.lang.Integer zIndex)
zIndex - zIndex or null for nonepublic java.lang.String getZipFilename()
null for nonepublic CreativeAsset setZipFilename(java.lang.String zipFilename)
zipFilename - zipFilename or null for nonepublic java.lang.String getZipFilesize()
null for nonepublic CreativeAsset setZipFilesize(java.lang.String zipFilesize)
zipFilesize - zipFilesize or null for nonepublic CreativeAsset set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CreativeAsset clone()
clone in class com.google.api.client.json.GenericJson