public final class LiveChatPollVotedDetails
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 |
|---|
LiveChatPollVotedDetails() |
| Modifier and Type | Method and Description |
|---|---|
LiveChatPollVotedDetails |
clone() |
java.lang.String |
getItemId()
The poll item the user chose.
|
java.lang.String |
getPollId()
The poll the user voted on.
|
LiveChatPollVotedDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
LiveChatPollVotedDetails |
setItemId(java.lang.String itemId)
The poll item the user chose.
|
LiveChatPollVotedDetails |
setPollId(java.lang.String pollId)
The poll the user voted on.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getItemId()
null for nonepublic LiveChatPollVotedDetails setItemId(java.lang.String itemId)
itemId - itemId or null for nonepublic java.lang.String getPollId()
null for nonepublic LiveChatPollVotedDetails setPollId(java.lang.String pollId)
pollId - pollId or null for nonepublic LiveChatPollVotedDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LiveChatPollVotedDetails clone()
clone in class com.google.api.client.json.GenericJson