public final class StudioCreativeAsset
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 |
|---|
StudioCreativeAsset() |
| Modifier and Type | Method and Description |
|---|---|
StudioCreativeAsset |
clone() |
LastModifiedInfo |
getCreateInfo()
Output only.
|
String |
getFilename()
The filename of the studio creative asset.
|
Long |
getFilesize()
The filesize of the studio creative asset.
|
Long |
getId()
Output only.
|
LastModifiedInfo |
getLastModifiedInfo()
Output only.
|
Long |
getStudioAccountId()
Studio account ID of this studio creative asset.
|
Long |
getStudioAdvertiserId()
Studio advertiser ID of this studio creative asset.
|
Long |
getStudioCreativeId()
Studio creative ID of this studio creative asset.
|
String |
getType()
The type of the studio creative asset.
|
VideoProcessingData |
getVideoProcessingData()
The processing data of the studio creative asset.
|
StudioCreativeAsset |
set(String fieldName,
Object value) |
StudioCreativeAsset |
setCreateInfo(LastModifiedInfo createInfo)
Output only.
|
StudioCreativeAsset |
setFilename(String filename)
The filename of the studio creative asset.
|
StudioCreativeAsset |
setFilesize(Long filesize)
The filesize of the studio creative asset.
|
StudioCreativeAsset |
setId(Long id)
Output only.
|
StudioCreativeAsset |
setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Output only.
|
StudioCreativeAsset |
setStudioAccountId(Long studioAccountId)
Studio account ID of this studio creative asset.
|
StudioCreativeAsset |
setStudioAdvertiserId(Long studioAdvertiserId)
Studio advertiser ID of this studio creative asset.
|
StudioCreativeAsset |
setStudioCreativeId(Long studioCreativeId)
Studio creative ID of this studio creative asset.
|
StudioCreativeAsset |
setType(String type)
The type of the studio creative asset.
|
StudioCreativeAsset |
setVideoProcessingData(VideoProcessingData videoProcessingData)
The processing data of the studio creative asset.
|
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 LastModifiedInfo getCreateInfo()
null for nonepublic StudioCreativeAsset setCreateInfo(LastModifiedInfo createInfo)
createInfo - createInfo or null for nonepublic String getFilename()
null for nonepublic StudioCreativeAsset setFilename(String filename)
filename - filename or null for nonepublic Long getFilesize()
null for nonepublic StudioCreativeAsset setFilesize(Long filesize)
filesize - filesize or null for nonepublic Long getId()
null for nonepublic StudioCreativeAsset setId(Long id)
id - id or null for nonepublic LastModifiedInfo getLastModifiedInfo()
null for nonepublic StudioCreativeAsset setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
lastModifiedInfo - lastModifiedInfo or null for nonepublic Long getStudioAccountId()
null for nonepublic StudioCreativeAsset setStudioAccountId(Long studioAccountId)
studioAccountId - studioAccountId or null for nonepublic Long getStudioAdvertiserId()
null for nonepublic StudioCreativeAsset setStudioAdvertiserId(Long studioAdvertiserId)
studioAdvertiserId - studioAdvertiserId or null for nonepublic Long getStudioCreativeId()
null for nonepublic StudioCreativeAsset setStudioCreativeId(Long studioCreativeId)
studioCreativeId - studioCreativeId or null for nonepublic String getType()
null for nonepublic StudioCreativeAsset setType(String type)
type - type or null for nonepublic VideoProcessingData getVideoProcessingData()
null for nonepublic StudioCreativeAsset setVideoProcessingData(VideoProcessingData videoProcessingData)
videoProcessingData - videoProcessingData or null for nonepublic StudioCreativeAsset set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic StudioCreativeAsset clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.