public final class LiveStreamConfigurationIssue 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 |
|---|
LiveStreamConfigurationIssue() |
| Modifier and Type | Method and Description |
|---|---|
LiveStreamConfigurationIssue |
clone() |
String |
getDescription()
The long-form description of the issue and how to resolve it.
|
String |
getReason()
The short-form reason for this issue.
|
String |
getSeverity()
How severe this issue is to the stream.
|
String |
getType()
The kind of error happening.
|
LiveStreamConfigurationIssue |
set(String fieldName,
Object value) |
LiveStreamConfigurationIssue |
setDescription(String description)
The long-form description of the issue and how to resolve it.
|
LiveStreamConfigurationIssue |
setReason(String reason)
The short-form reason for this issue.
|
LiveStreamConfigurationIssue |
setSeverity(String severity)
How severe this issue is to the stream.
|
LiveStreamConfigurationIssue |
setType(String type)
The kind of error happening.
|
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 getDescription()
null for nonepublic LiveStreamConfigurationIssue setDescription(String description)
description - description or null for nonepublic String getReason()
null for nonepublic LiveStreamConfigurationIssue setReason(String reason)
reason - reason or null for nonepublic String getSeverity()
null for nonepublic LiveStreamConfigurationIssue setSeverity(String severity)
severity - severity or null for nonepublic String getType()
null for nonepublic LiveStreamConfigurationIssue setType(String type)
type - type or null for nonepublic LiveStreamConfigurationIssue set(String fieldName, Object value)
set in class GenericJsonpublic LiveStreamConfigurationIssue clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.