public final class VideoLiveStreamingDetails
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 |
|---|
VideoLiveStreamingDetails() |
| Modifier and Type | Method and Description |
|---|---|
VideoLiveStreamingDetails |
clone() |
String |
getActiveLiveChatId()
The ID of the currently active live chat attached to this video.
|
com.google.api.client.util.DateTime |
getActualEndTime()
The time that the broadcast actually ended.
|
com.google.api.client.util.DateTime |
getActualStartTime()
The time that the broadcast actually started.
|
BigInteger |
getConcurrentViewers()
The number of viewers currently watching the broadcast.
|
com.google.api.client.util.DateTime |
getScheduledEndTime()
The time that the broadcast is scheduled to end.
|
com.google.api.client.util.DateTime |
getScheduledStartTime()
The time that the broadcast is scheduled to begin.
|
VideoLiveStreamingDetails |
set(String fieldName,
Object value) |
VideoLiveStreamingDetails |
setActiveLiveChatId(String activeLiveChatId)
The ID of the currently active live chat attached to this video.
|
VideoLiveStreamingDetails |
setActualEndTime(com.google.api.client.util.DateTime actualEndTime)
The time that the broadcast actually ended.
|
VideoLiveStreamingDetails |
setActualStartTime(com.google.api.client.util.DateTime actualStartTime)
The time that the broadcast actually started.
|
VideoLiveStreamingDetails |
setConcurrentViewers(BigInteger concurrentViewers)
The number of viewers currently watching the broadcast.
|
VideoLiveStreamingDetails |
setScheduledEndTime(com.google.api.client.util.DateTime scheduledEndTime)
The time that the broadcast is scheduled to end.
|
VideoLiveStreamingDetails |
setScheduledStartTime(com.google.api.client.util.DateTime scheduledStartTime)
The time that the broadcast is scheduled to begin.
|
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 getActiveLiveChatId()
null for nonepublic VideoLiveStreamingDetails setActiveLiveChatId(String activeLiveChatId)
activeLiveChatId - activeLiveChatId or null for nonepublic com.google.api.client.util.DateTime getActualEndTime()
null for nonepublic VideoLiveStreamingDetails setActualEndTime(com.google.api.client.util.DateTime actualEndTime)
actualEndTime - actualEndTime or null for nonepublic com.google.api.client.util.DateTime getActualStartTime()
null for nonepublic VideoLiveStreamingDetails setActualStartTime(com.google.api.client.util.DateTime actualStartTime)
actualStartTime - actualStartTime or null for nonepublic BigInteger getConcurrentViewers()
null for nonepublic VideoLiveStreamingDetails setConcurrentViewers(BigInteger concurrentViewers)
concurrentViewers - concurrentViewers or null for nonepublic com.google.api.client.util.DateTime getScheduledEndTime()
null for nonepublic VideoLiveStreamingDetails setScheduledEndTime(com.google.api.client.util.DateTime scheduledEndTime)
scheduledEndTime - scheduledEndTime or null for nonepublic com.google.api.client.util.DateTime getScheduledStartTime()
null for nonepublic VideoLiveStreamingDetails setScheduledStartTime(com.google.api.client.util.DateTime scheduledStartTime)
scheduledStartTime - scheduledStartTime or null for nonepublic VideoLiveStreamingDetails set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoLiveStreamingDetails clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.