public final class LiveStreamHealthStatus extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LiveStreamHealthStatus() |
| Modifier and Type | Method and Description |
|---|---|
LiveStreamHealthStatus |
clone() |
List<LiveStreamConfigurationIssue> |
getConfigurationIssues()
The configurations issues on this stream
|
BigInteger |
getLastUpdateTimeSeconds()
The last time this status was updated (in seconds)
|
String |
getStatus()
The status code of this stream
|
LiveStreamHealthStatus |
set(String fieldName,
Object value) |
LiveStreamHealthStatus |
setConfigurationIssues(List<LiveStreamConfigurationIssue> configurationIssues)
The configurations issues on this stream
|
LiveStreamHealthStatus |
setLastUpdateTimeSeconds(BigInteger lastUpdateTimeSeconds)
The last time this status was updated (in seconds)
|
LiveStreamHealthStatus |
setStatus(String status)
The status code of this stream
|
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 List<LiveStreamConfigurationIssue> getConfigurationIssues()
null for nonepublic LiveStreamHealthStatus setConfigurationIssues(List<LiveStreamConfigurationIssue> configurationIssues)
configurationIssues - configurationIssues or null for nonepublic BigInteger getLastUpdateTimeSeconds()
null for nonepublic LiveStreamHealthStatus setLastUpdateTimeSeconds(BigInteger lastUpdateTimeSeconds)
lastUpdateTimeSeconds - lastUpdateTimeSeconds or null for nonepublic String getStatus()
null for nonepublic LiveStreamHealthStatus setStatus(String status)
status - status or null for nonepublic LiveStreamHealthStatus set(String fieldName, Object value)
set in class GenericJsonpublic LiveStreamHealthStatus clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.