public final class CommonInStreamAttribute
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 |
|---|
CommonInStreamAttribute() |
| Modifier and Type | Method and Description |
|---|---|
CommonInStreamAttribute |
clone() |
String |
getActionButtonLabel()
The text on the call-to-action button.
|
String |
getActionHeadline()
The headline of the call-to-action banner.
|
ImageAsset |
getCompanionBanner()
The image which shows next to the video ad.
|
String |
getDisplayUrl()
The webpage address that appears with the ad.
|
String |
getFinalUrl()
The URL address of the webpage that people reach after they click the ad.
|
String |
getTrackingUrl()
The URL address loaded in the background for tracking purposes.
|
YoutubeVideoDetails |
getVideo()
The YouTube video of the ad.
|
CommonInStreamAttribute |
set(String fieldName,
Object value) |
CommonInStreamAttribute |
setActionButtonLabel(String actionButtonLabel)
The text on the call-to-action button.
|
CommonInStreamAttribute |
setActionHeadline(String actionHeadline)
The headline of the call-to-action banner.
|
CommonInStreamAttribute |
setCompanionBanner(ImageAsset companionBanner)
The image which shows next to the video ad.
|
CommonInStreamAttribute |
setDisplayUrl(String displayUrl)
The webpage address that appears with the ad.
|
CommonInStreamAttribute |
setFinalUrl(String finalUrl)
The URL address of the webpage that people reach after they click the ad.
|
CommonInStreamAttribute |
setTrackingUrl(String trackingUrl)
The URL address loaded in the background for tracking purposes.
|
CommonInStreamAttribute |
setVideo(YoutubeVideoDetails video)
The YouTube video of the ad.
|
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 getActionButtonLabel()
null for nonepublic CommonInStreamAttribute setActionButtonLabel(String actionButtonLabel)
actionButtonLabel - actionButtonLabel or null for nonepublic String getActionHeadline()
null for nonepublic CommonInStreamAttribute setActionHeadline(String actionHeadline)
actionHeadline - actionHeadline or null for nonepublic ImageAsset getCompanionBanner()
null for nonepublic CommonInStreamAttribute setCompanionBanner(ImageAsset companionBanner)
companionBanner - companionBanner or null for nonepublic String getDisplayUrl()
null for nonepublic CommonInStreamAttribute setDisplayUrl(String displayUrl)
displayUrl - displayUrl or null for nonepublic String getFinalUrl()
null for nonepublic CommonInStreamAttribute setFinalUrl(String finalUrl)
finalUrl - finalUrl or null for nonepublic String getTrackingUrl()
null for nonepublic CommonInStreamAttribute setTrackingUrl(String trackingUrl)
trackingUrl - trackingUrl or null for nonepublic YoutubeVideoDetails getVideo()
null for nonepublic CommonInStreamAttribute setVideo(YoutubeVideoDetails video)
video - video or null for nonepublic CommonInStreamAttribute set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CommonInStreamAttribute clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.