public final class RichMediaExitOverride
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 |
---|
RichMediaExitOverride() |
Modifier and Type | Method and Description |
---|---|
RichMediaExitOverride |
clone() |
ClickThroughUrl |
getClickThroughUrl()
Click-through URL of this rich media exit override.
|
Boolean |
getEnabled()
Whether to use the clickThroughUrl.
|
Long |
getExitId()
ID for the override to refer to a specific exit in the creative.
|
RichMediaExitOverride |
set(String fieldName,
Object value) |
RichMediaExitOverride |
setClickThroughUrl(ClickThroughUrl clickThroughUrl)
Click-through URL of this rich media exit override.
|
RichMediaExitOverride |
setEnabled(Boolean enabled)
Whether to use the clickThroughUrl.
|
RichMediaExitOverride |
setExitId(Long exitId)
ID for the override to refer to a specific exit in the creative.
|
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 ClickThroughUrl getClickThroughUrl()
null
for nonepublic RichMediaExitOverride setClickThroughUrl(ClickThroughUrl clickThroughUrl)
clickThroughUrl
- clickThroughUrl or null
for nonepublic Boolean getEnabled()
null
for nonepublic RichMediaExitOverride setEnabled(Boolean enabled)
enabled
- enabled or null
for nonepublic Long getExitId()
null
for nonepublic RichMediaExitOverride setExitId(Long exitId)
exitId
- exitId or null
for nonepublic RichMediaExitOverride set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public RichMediaExitOverride clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.