public final class Cuepoint
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Cuepoint() |
| Modifier and Type | Method and Description |
|---|---|
Cuepoint |
clone() |
String |
getCueType() |
Long |
getDurationSecs()
The duration of this cuepoint.
|
String |
getEtag() |
String |
getId()
The identifier for cuepoint resource.
|
Long |
getInsertionOffsetTimeMs()
The time when the cuepoint should be inserted by offset to the broadcast actual start time.
|
BigInteger |
getWalltimeMs()
The wall clock time at which the cuepoint should be inserted.
|
Cuepoint |
set(String fieldName,
Object value) |
Cuepoint |
setCueType(String cueType) |
Cuepoint |
setDurationSecs(Long durationSecs)
The duration of this cuepoint.
|
Cuepoint |
setEtag(String etag) |
Cuepoint |
setId(String id)
The identifier for cuepoint resource.
|
Cuepoint |
setInsertionOffsetTimeMs(Long insertionOffsetTimeMs)
The time when the cuepoint should be inserted by offset to the broadcast actual start time.
|
Cuepoint |
setWalltimeMs(BigInteger walltimeMs)
The wall clock time at which the cuepoint should be inserted.
|
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 getCueType()
null for nonepublic Cuepoint setCueType(String cueType)
cueType - cueType or null for nonepublic Long getDurationSecs()
null for nonepublic Cuepoint setDurationSecs(Long durationSecs)
durationSecs - durationSecs or null for nonepublic String getEtag()
null for nonepublic String getId()
null for nonepublic Cuepoint setId(String id)
id - id or null for nonepublic Long getInsertionOffsetTimeMs()
null for nonepublic Cuepoint setInsertionOffsetTimeMs(Long insertionOffsetTimeMs)
insertionOffsetTimeMs - insertionOffsetTimeMs or null for nonepublic BigInteger getWalltimeMs()
null for nonepublic Cuepoint setWalltimeMs(BigInteger walltimeMs)
walltimeMs - walltimeMs or null for nonepublic Cuepoint set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Cuepoint clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.