public final class LiveBroadcastTopic
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 |
|---|
LiveBroadcastTopic() |
| Modifier and Type | Method and Description |
|---|---|
LiveBroadcastTopic |
clone() |
LiveBroadcastTopicSnippet |
getSnippet()
Information about the topic matched.
|
java.lang.String |
getType()
The type of the topic.
|
java.lang.Boolean |
getUnmatched()
If this flag is set it means that we have not been able to match the topic title and type
provided to a known entity.
|
LiveBroadcastTopic |
set(java.lang.String fieldName,
java.lang.Object value) |
LiveBroadcastTopic |
setSnippet(LiveBroadcastTopicSnippet snippet)
Information about the topic matched.
|
LiveBroadcastTopic |
setType(java.lang.String type)
The type of the topic.
|
LiveBroadcastTopic |
setUnmatched(java.lang.Boolean unmatched)
If this flag is set it means that we have not been able to match the topic title and type
provided to a known entity.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic LiveBroadcastTopicSnippet getSnippet()
null for nonepublic LiveBroadcastTopic setSnippet(LiveBroadcastTopicSnippet snippet)
snippet - snippet or null for nonepublic java.lang.String getType()
null for nonepublic LiveBroadcastTopic setType(java.lang.String type)
type - type or null for nonepublic java.lang.Boolean getUnmatched()
null for nonepublic LiveBroadcastTopic setUnmatched(java.lang.Boolean unmatched)
unmatched - unmatched or null for nonepublic LiveBroadcastTopic set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LiveBroadcastTopic clone()
clone in class com.google.api.client.json.GenericJson