public final class LiveChatModeratorSnippet
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 |
|---|
LiveChatModeratorSnippet() |
| Modifier and Type | Method and Description |
|---|---|
LiveChatModeratorSnippet |
clone() |
java.lang.String |
getLiveChatId()
The ID of the live chat this moderator can act on.
|
ChannelProfileDetails |
getModeratorDetails()
Details about the moderator.
|
LiveChatModeratorSnippet |
set(java.lang.String fieldName,
java.lang.Object value) |
LiveChatModeratorSnippet |
setLiveChatId(java.lang.String liveChatId)
The ID of the live chat this moderator can act on.
|
LiveChatModeratorSnippet |
setModeratorDetails(ChannelProfileDetails moderatorDetails)
Details about the moderator.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getLiveChatId()
null for nonepublic LiveChatModeratorSnippet setLiveChatId(java.lang.String liveChatId)
liveChatId - liveChatId or null for nonepublic ChannelProfileDetails getModeratorDetails()
null for nonepublic LiveChatModeratorSnippet setModeratorDetails(ChannelProfileDetails moderatorDetails)
moderatorDetails - moderatorDetails or null for nonepublic LiveChatModeratorSnippet set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LiveChatModeratorSnippet clone()
clone in class com.google.api.client.json.GenericJson