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.Flags
AbstractMap.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, 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 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 GenericJson
public LiveStreamHealthStatus clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.