public final class LiveStreamConfigurationIssue
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 |
|---|
LiveStreamConfigurationIssue() |
| Modifier and Type | Method and Description |
|---|---|
LiveStreamConfigurationIssue |
clone() |
java.lang.String |
getDescription()
The long-form description of the issue and how to resolve it.
|
java.lang.String |
getReason()
The short-form reason for this issue.
|
java.lang.String |
getSeverity()
How severe this issue is to the stream.
|
java.lang.String |
getType()
The kind of error happening.
|
LiveStreamConfigurationIssue |
set(java.lang.String fieldName,
java.lang.Object value) |
LiveStreamConfigurationIssue |
setDescription(java.lang.String description)
The long-form description of the issue and how to resolve it.
|
LiveStreamConfigurationIssue |
setReason(java.lang.String reason)
The short-form reason for this issue.
|
LiveStreamConfigurationIssue |
setSeverity(java.lang.String severity)
How severe this issue is to the stream.
|
LiveStreamConfigurationIssue |
setType(java.lang.String type)
The kind of error happening.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDescription()
null for nonepublic LiveStreamConfigurationIssue setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getReason()
null for nonepublic LiveStreamConfigurationIssue setReason(java.lang.String reason)
reason - reason or null for nonepublic java.lang.String getSeverity()
null for nonepublic LiveStreamConfigurationIssue setSeverity(java.lang.String severity)
severity - severity or null for nonepublic java.lang.String getType()
null for nonepublic LiveStreamConfigurationIssue setType(java.lang.String type)
type - type or null for nonepublic LiveStreamConfigurationIssue set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LiveStreamConfigurationIssue clone()
clone in class com.google.api.client.json.GenericJson