public final class SkippableSetting
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SkippableSetting() |
| Modifier and Type | Method and Description |
|---|---|
SkippableSetting |
clone() |
String |
getKind()
Identifies what kind of resource this is.
|
VideoOffset |
getProgressOffset()
Amount of time to play videos served to this placement before counting a view.
|
VideoOffset |
getSkipOffset()
Amount of time to play videos served to this placement before the skip button should appear.
|
Boolean |
getSkippable()
Whether the user can skip creatives served to this placement.
|
SkippableSetting |
set(String fieldName,
Object value) |
SkippableSetting |
setKind(String kind)
Identifies what kind of resource this is.
|
SkippableSetting |
setProgressOffset(VideoOffset progressOffset)
Amount of time to play videos served to this placement before counting a view.
|
SkippableSetting |
setSkipOffset(VideoOffset skipOffset)
Amount of time to play videos served to this placement before the skip button should appear.
|
SkippableSetting |
setSkippable(Boolean skippable)
Whether the user can skip creatives served to this placement.
|
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 getKind()
null for nonepublic SkippableSetting setKind(String kind)
kind - kind or null for nonepublic VideoOffset getProgressOffset()
null for nonepublic SkippableSetting setProgressOffset(VideoOffset progressOffset)
progressOffset - progressOffset or null for nonepublic VideoOffset getSkipOffset()
null for nonepublic SkippableSetting setSkipOffset(VideoOffset skipOffset)
skipOffset - skipOffset or null for nonepublic Boolean getSkippable()
null for nonepublic SkippableSetting setSkippable(Boolean skippable)
skippable - skippable or null for nonepublic SkippableSetting set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SkippableSetting clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.