public final class CuepointSchedule
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 YouTube Data API v3. 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 |
---|
CuepointSchedule() |
Modifier and Type | Method and Description |
---|---|
CuepointSchedule |
clone() |
Boolean |
getEnabled()
This field is semantically required.
|
String |
getPauseAdsUntil()
If set, automatic cuepoint insertion is paused until this timestamp ("No Ad Zone").
|
Integer |
getRepeatIntervalSecs()
Interval frequency in seconds that api uses to insert cuepoints automatically.
|
String |
getScheduleStrategy()
The strategy to use when scheduling cuepoints.
|
CuepointSchedule |
set(String fieldName,
Object value) |
CuepointSchedule |
setEnabled(Boolean enabled)
This field is semantically required.
|
CuepointSchedule |
setPauseAdsUntil(String pauseAdsUntil)
If set, automatic cuepoint insertion is paused until this timestamp ("No Ad Zone").
|
CuepointSchedule |
setRepeatIntervalSecs(Integer repeatIntervalSecs)
Interval frequency in seconds that api uses to insert cuepoints automatically.
|
CuepointSchedule |
setScheduleStrategy(String scheduleStrategy)
The strategy to use when scheduling cuepoints.
|
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 Boolean getEnabled()
null
for nonepublic CuepointSchedule setEnabled(Boolean enabled)
enabled
- enabled or null
for nonepublic String getPauseAdsUntil()
null
for nonepublic CuepointSchedule setPauseAdsUntil(String pauseAdsUntil)
pauseAdsUntil
- pauseAdsUntil or null
for nonepublic Integer getRepeatIntervalSecs()
null
for nonepublic CuepointSchedule setRepeatIntervalSecs(Integer repeatIntervalSecs)
repeatIntervalSecs
- repeatIntervalSecs or null
for nonepublic String getScheduleStrategy()
null
for nonepublic CuepointSchedule setScheduleStrategy(String scheduleStrategy)
scheduleStrategy
- scheduleStrategy or null
for nonepublic CuepointSchedule set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public CuepointSchedule clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.