public final class LiveChatPollEditedDetails
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 |
---|
LiveChatPollEditedDetails() |
Modifier and Type | Method and Description |
---|---|
LiveChatPollEditedDetails |
clone() |
java.lang.String |
getId() |
java.util.List<LiveChatPollItem> |
getItems() |
java.lang.String |
getPrompt() |
LiveChatPollEditedDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
LiveChatPollEditedDetails |
setId(java.lang.String id) |
LiveChatPollEditedDetails |
setItems(java.util.List<LiveChatPollItem> items) |
LiveChatPollEditedDetails |
setPrompt(java.lang.String prompt) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getId()
null
for nonepublic LiveChatPollEditedDetails setId(java.lang.String id)
id
- id or null
for nonepublic java.util.List<LiveChatPollItem> getItems()
null
for nonepublic LiveChatPollEditedDetails setItems(java.util.List<LiveChatPollItem> items)
items
- items or null
for nonepublic java.lang.String getPrompt()
null
for nonepublic LiveChatPollEditedDetails setPrompt(java.lang.String prompt)
prompt
- prompt or null
for nonepublic LiveChatPollEditedDetails set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public LiveChatPollEditedDetails clone()
clone
in class com.google.api.client.json.GenericJson