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: http://code.google.com/p/google-http-java-client/wiki/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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public 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.GenericJson
public LiveBroadcastTopic clone()
clone
in class com.google.api.client.json.GenericJson