public final class LiveChatPollOpenedDetails
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 |
|---|
LiveChatPollOpenedDetails() |
| Modifier and Type | Method and Description |
|---|---|
LiveChatPollOpenedDetails |
clone() |
java.lang.String |
getId() |
java.util.List<LiveChatPollItem> |
getItems() |
java.lang.String |
getPrompt() |
LiveChatPollOpenedDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
LiveChatPollOpenedDetails |
setId(java.lang.String id) |
LiveChatPollOpenedDetails |
setItems(java.util.List<LiveChatPollItem> items) |
LiveChatPollOpenedDetails |
setPrompt(java.lang.String prompt) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getId()
null for nonepublic LiveChatPollOpenedDetails setId(java.lang.String id)
id - id or null for nonepublic java.util.List<LiveChatPollItem> getItems()
null for nonepublic LiveChatPollOpenedDetails setItems(java.util.List<LiveChatPollItem> items)
items - items or null for nonepublic java.lang.String getPrompt()
null for nonepublic LiveChatPollOpenedDetails setPrompt(java.lang.String prompt)
prompt - prompt or null for nonepublic LiveChatPollOpenedDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LiveChatPollOpenedDetails clone()
clone in class com.google.api.client.json.GenericJson