public final class CreativeConfig
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 Display & Video 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 |
|---|
CreativeConfig() |
| Modifier and Type | Method and Description |
|---|---|
CreativeConfig |
clone() |
String |
getCreativeType()
The type of creative that can be assigned to the inventory source.
|
InventorySourceDisplayCreativeConfig |
getDisplayCreativeConfig()
The configuration for display creatives.
|
InventorySourceVideoCreativeConfig |
getVideoCreativeConfig()
The configuration for video creatives.
|
CreativeConfig |
set(String fieldName,
Object value) |
CreativeConfig |
setCreativeType(String creativeType)
The type of creative that can be assigned to the inventory source.
|
CreativeConfig |
setDisplayCreativeConfig(InventorySourceDisplayCreativeConfig displayCreativeConfig)
The configuration for display creatives.
|
CreativeConfig |
setVideoCreativeConfig(InventorySourceVideoCreativeConfig videoCreativeConfig)
The configuration for video creatives.
|
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 String getCreativeType()
null for nonepublic CreativeConfig setCreativeType(String creativeType)
creativeType - creativeType or null for nonepublic InventorySourceDisplayCreativeConfig getDisplayCreativeConfig()
null for nonepublic CreativeConfig setDisplayCreativeConfig(InventorySourceDisplayCreativeConfig displayCreativeConfig)
displayCreativeConfig - displayCreativeConfig or null for nonepublic InventorySourceVideoCreativeConfig getVideoCreativeConfig()
null for nonepublic CreativeConfig setVideoCreativeConfig(InventorySourceVideoCreativeConfig videoCreativeConfig)
videoCreativeConfig - videoCreativeConfig or null for nonepublic CreativeConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CreativeConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.