public final class AudioAd
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 |
|---|
AudioAd() |
| Modifier and Type | Method and Description |
|---|---|
AudioAd |
clone() |
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.
|
AudioAd |
set(String fieldName,
Object value) |
AudioAd |
setDisplayUrl(String displayUrl)
The webpage address that appears with the ad.
|
AudioAd |
setFinalUrl(String finalUrl)
The URL address of the webpage that people reach after they click the ad.
|
AudioAd |
setTrackingUrl(String trackingUrl)
The URL address loaded in the background for tracking purposes.
|
AudioAd |
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 getDisplayUrl()
null for nonepublic AudioAd setDisplayUrl(String displayUrl)
displayUrl - displayUrl or null for nonepublic String getFinalUrl()
null for nonepublic AudioAd setFinalUrl(String finalUrl)
finalUrl - finalUrl or null for nonepublic String getTrackingUrl()
null for nonepublic AudioAd setTrackingUrl(String trackingUrl)
trackingUrl - trackingUrl or null for nonepublic YoutubeVideoDetails getVideo()
null for nonepublic AudioAd setVideo(YoutubeVideoDetails video)
video - video or null for nonepublic AudioAd set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AudioAd clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.