public final class LiveBroadcastStatistics
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. 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| Constructor and Description |
|---|
LiveBroadcastStatistics() |
| Modifier and Type | Method and Description |
|---|---|
LiveBroadcastStatistics |
clone() |
java.math.BigInteger |
getConcurrentViewers()
The number of viewers currently watching the broadcast.
|
java.math.BigInteger |
getTotalChatCount()
The total number of live chat messages currently on the broadcast.
|
LiveBroadcastStatistics |
set(java.lang.String fieldName,
java.lang.Object value) |
LiveBroadcastStatistics |
setConcurrentViewers(java.math.BigInteger concurrentViewers)
The number of viewers currently watching the broadcast.
|
LiveBroadcastStatistics |
setTotalChatCount(java.math.BigInteger totalChatCount)
The total number of live chat messages currently on the broadcast.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.math.BigInteger getConcurrentViewers()
null for nonepublic LiveBroadcastStatistics setConcurrentViewers(java.math.BigInteger concurrentViewers)
concurrentViewers - concurrentViewers or null for nonepublic java.math.BigInteger getTotalChatCount()
null for nonepublic LiveBroadcastStatistics setTotalChatCount(java.math.BigInteger totalChatCount)
totalChatCount - totalChatCount or null for nonepublic LiveBroadcastStatistics set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LiveBroadcastStatistics clone()
clone in class com.google.api.client.json.GenericJson