public final class LiveChatMessageListResponse
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 |
|---|
LiveChatMessageListResponse() |
| Modifier and Type | Method and Description |
|---|---|
LiveChatMessageListResponse |
clone() |
java.lang.String |
getEtag()
Etag of this resource.
|
java.lang.String |
getEventId()
Serialized EventId of the request which produced this response.
|
java.util.List<LiveChatMessage> |
getItems()
A list of live chat messages.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getNextPageToken()
The token that can be used as the value of the pageToken parameter to retrieve the next page in
the result set.
|
com.google.api.client.util.DateTime |
getOfflineAt()
The date and time when the underlying stream went offline.
|
PageInfo |
getPageInfo() |
java.lang.Long |
getPollingIntervalMillis()
The amount of time the client should wait before polling again.
|
TokenPagination |
getTokenPagination() |
java.lang.String |
getVisitorId()
The visitorId identifies the visitor.
|
LiveChatMessageListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
LiveChatMessageListResponse |
setEtag(java.lang.String etag)
Etag of this resource.
|
LiveChatMessageListResponse |
setEventId(java.lang.String eventId)
Serialized EventId of the request which produced this response.
|
LiveChatMessageListResponse |
setItems(java.util.List<LiveChatMessage> items)
A list of live chat messages.
|
LiveChatMessageListResponse |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
LiveChatMessageListResponse |
setNextPageToken(java.lang.String nextPageToken)
The token that can be used as the value of the pageToken parameter to retrieve the next page in
the result set.
|
LiveChatMessageListResponse |
setOfflineAt(com.google.api.client.util.DateTime offlineAt)
The date and time when the underlying stream went offline.
|
LiveChatMessageListResponse |
setPageInfo(PageInfo pageInfo) |
LiveChatMessageListResponse |
setPollingIntervalMillis(java.lang.Long pollingIntervalMillis)
The amount of time the client should wait before polling again.
|
LiveChatMessageListResponse |
setTokenPagination(TokenPagination tokenPagination) |
LiveChatMessageListResponse |
setVisitorId(java.lang.String visitorId)
The visitorId identifies the visitor.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getEtag()
null for nonepublic LiveChatMessageListResponse setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.lang.String getEventId()
null for nonepublic LiveChatMessageListResponse setEventId(java.lang.String eventId)
eventId - eventId or null for nonepublic java.util.List<LiveChatMessage> getItems()
null for nonepublic LiveChatMessageListResponse setItems(java.util.List<LiveChatMessage> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic LiveChatMessageListResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic LiveChatMessageListResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic com.google.api.client.util.DateTime getOfflineAt()
null for nonepublic LiveChatMessageListResponse setOfflineAt(com.google.api.client.util.DateTime offlineAt)
offlineAt - offlineAt or null for nonepublic PageInfo getPageInfo()
null for nonepublic LiveChatMessageListResponse setPageInfo(PageInfo pageInfo)
pageInfo - pageInfo or null for nonepublic java.lang.Long getPollingIntervalMillis()
null for nonepublic LiveChatMessageListResponse setPollingIntervalMillis(java.lang.Long pollingIntervalMillis)
pollingIntervalMillis - pollingIntervalMillis or null for nonepublic TokenPagination getTokenPagination()
null for nonepublic LiveChatMessageListResponse setTokenPagination(TokenPagination tokenPagination)
tokenPagination - tokenPagination or null for nonepublic java.lang.String getVisitorId()
null for nonepublic LiveChatMessageListResponse setVisitorId(java.lang.String visitorId)
visitorId - visitorId or null for nonepublic LiveChatMessageListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LiveChatMessageListResponse clone()
clone in class com.google.api.client.json.GenericJson