public final class StudioCreative
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 |
|---|
StudioCreative() |
| Modifier and Type | Method and Description |
|---|---|
StudioCreative |
clone() |
List<Long> |
getAssetIds()
List of assets associated with this studio creative.
|
Long |
getBackupImageAssetId()
Backup image asset ID of this studio creative.
|
LastModifiedInfo |
getCreatedInfo()
The timestamp when the studio creative was created.
|
StudioCreativeDimension |
getDimension()
Dimension of this studio creative.
|
Long |
getDynamicProfileId()
Dynamic profile ID of this studio creative.
|
String |
getFormat()
Format of this studio creative.
|
Long |
getId()
Output only.
|
LastModifiedInfo |
getLastModifiedInfo()
The timestamp when the studio creative was last modified.
|
String |
getName()
Identifier.
|
String |
getStatus()
Output only.
|
Long |
getStudioAccountId()
Studio account ID of this creative.
|
Long |
getStudioAdvertiserId()
Studio advertiser ID of this studio creative.
|
Long |
getStudioCampaignId()
Studio campaign ID of this studio creative.
|
StudioCreative |
set(String fieldName,
Object value) |
StudioCreative |
setAssetIds(List<Long> assetIds)
List of assets associated with this studio creative.
|
StudioCreative |
setBackupImageAssetId(Long backupImageAssetId)
Backup image asset ID of this studio creative.
|
StudioCreative |
setCreatedInfo(LastModifiedInfo createdInfo)
The timestamp when the studio creative was created.
|
StudioCreative |
setDimension(StudioCreativeDimension dimension)
Dimension of this studio creative.
|
StudioCreative |
setDynamicProfileId(Long dynamicProfileId)
Dynamic profile ID of this studio creative.
|
StudioCreative |
setFormat(String format)
Format of this studio creative.
|
StudioCreative |
setId(Long id)
Output only.
|
StudioCreative |
setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
The timestamp when the studio creative was last modified.
|
StudioCreative |
setName(String name)
Identifier.
|
StudioCreative |
setStatus(String status)
Output only.
|
StudioCreative |
setStudioAccountId(Long studioAccountId)
Studio account ID of this creative.
|
StudioCreative |
setStudioAdvertiserId(Long studioAdvertiserId)
Studio advertiser ID of this studio creative.
|
StudioCreative |
setStudioCampaignId(Long studioCampaignId)
Studio campaign ID of this studio creative.
|
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 List<Long> getAssetIds()
null for nonepublic StudioCreative setAssetIds(List<Long> assetIds)
assetIds - assetIds or null for nonepublic Long getBackupImageAssetId()
null for nonepublic StudioCreative setBackupImageAssetId(Long backupImageAssetId)
backupImageAssetId - backupImageAssetId or null for nonepublic LastModifiedInfo getCreatedInfo()
null for nonepublic StudioCreative setCreatedInfo(LastModifiedInfo createdInfo)
createdInfo - createdInfo or null for nonepublic StudioCreativeDimension getDimension()
null for nonepublic StudioCreative setDimension(StudioCreativeDimension dimension)
dimension - dimension or null for nonepublic Long getDynamicProfileId()
null for nonepublic StudioCreative setDynamicProfileId(Long dynamicProfileId)
dynamicProfileId - dynamicProfileId or null for nonepublic String getFormat()
null for nonepublic StudioCreative setFormat(String format)
format - format or null for nonepublic Long getId()
null for nonepublic StudioCreative setId(Long id)
id - id or null for nonepublic LastModifiedInfo getLastModifiedInfo()
null for nonepublic StudioCreative setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
lastModifiedInfo - lastModifiedInfo or null for nonepublic String getName()
null for nonepublic StudioCreative setName(String name)
name - name or null for nonepublic String getStatus()
null for nonepublic StudioCreative setStatus(String status)
status - status or null for nonepublic Long getStudioAccountId()
null for nonepublic StudioCreative setStudioAccountId(Long studioAccountId)
studioAccountId - studioAccountId or null for nonepublic Long getStudioAdvertiserId()
null for nonepublic StudioCreative setStudioAdvertiserId(Long studioAdvertiserId)
studioAdvertiserId - studioAdvertiserId or null for nonepublic Long getStudioCampaignId()
null for nonepublic StudioCreative setStudioCampaignId(Long studioCampaignId)
studioCampaignId - studioCampaignId or null for nonepublic StudioCreative set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic StudioCreative clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.