public final class CreativeRotation
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CreativeRotation() |
Modifier and Type | Method and Description |
---|---|
CreativeRotation |
clone() |
List<CreativeAssignment> |
getCreativeAssignments()
Creative assignments in this creative rotation.
|
Long |
getCreativeOptimizationConfigurationId()
Creative optimization configuration that is used by this ad.
|
String |
getType()
Type of creative rotation.
|
String |
getWeightCalculationStrategy()
Strategy for calculating weights.
|
CreativeRotation |
set(String fieldName,
Object value) |
CreativeRotation |
setCreativeAssignments(List<CreativeAssignment> creativeAssignments)
Creative assignments in this creative rotation.
|
CreativeRotation |
setCreativeOptimizationConfigurationId(Long creativeOptimizationConfigurationId)
Creative optimization configuration that is used by this ad.
|
CreativeRotation |
setType(String type)
Type of creative rotation.
|
CreativeRotation |
setWeightCalculationStrategy(String weightCalculationStrategy)
Strategy for calculating weights.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<CreativeAssignment> getCreativeAssignments()
null
for nonepublic CreativeRotation setCreativeAssignments(List<CreativeAssignment> creativeAssignments)
creativeAssignments
- creativeAssignments or null
for nonepublic Long getCreativeOptimizationConfigurationId()
null
for nonepublic CreativeRotation setCreativeOptimizationConfigurationId(Long creativeOptimizationConfigurationId)
creativeOptimizationConfigurationId
- creativeOptimizationConfigurationId or null
for nonepublic String getType()
null
for nonepublic CreativeRotation setType(String type)
type
- type or null
for nonepublic String getWeightCalculationStrategy()
null
for nonepublic CreativeRotation setWeightCalculationStrategy(String weightCalculationStrategy)
weightCalculationStrategy
- weightCalculationStrategy or null
for nonepublic CreativeRotation set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public CreativeRotation clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.