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.Flags
AbstractMap.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, 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 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.GenericJson
public Cuepoint clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.