public final class LiveChatModeratorListResponse
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 |
|---|
LiveChatModeratorListResponse() |
| Modifier and Type | Method and Description |
|---|---|
LiveChatModeratorListResponse |
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<LiveChatModerator> |
getItems()
A list of moderators that match the request criteria.
|
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.
|
PageInfo |
getPageInfo() |
java.lang.String |
getPrevPageToken()
The token that can be used as the value of the pageToken parameter to retrieve the previous
page in the result set.
|
TokenPagination |
getTokenPagination() |
java.lang.String |
getVisitorId()
The visitorId identifies the visitor.
|
LiveChatModeratorListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
LiveChatModeratorListResponse |
setEtag(java.lang.String etag)
Etag of this resource.
|
LiveChatModeratorListResponse |
setEventId(java.lang.String eventId)
Serialized EventId of the request which produced this response.
|
LiveChatModeratorListResponse |
setItems(java.util.List<LiveChatModerator> items)
A list of moderators that match the request criteria.
|
LiveChatModeratorListResponse |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
LiveChatModeratorListResponse |
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.
|
LiveChatModeratorListResponse |
setPageInfo(PageInfo pageInfo) |
LiveChatModeratorListResponse |
setPrevPageToken(java.lang.String prevPageToken)
The token that can be used as the value of the pageToken parameter to retrieve the previous
page in the result set.
|
LiveChatModeratorListResponse |
setTokenPagination(TokenPagination tokenPagination) |
LiveChatModeratorListResponse |
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 LiveChatModeratorListResponse setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.lang.String getEventId()
null for nonepublic LiveChatModeratorListResponse setEventId(java.lang.String eventId)
eventId - eventId or null for nonepublic java.util.List<LiveChatModerator> getItems()
null for nonepublic LiveChatModeratorListResponse setItems(java.util.List<LiveChatModerator> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic LiveChatModeratorListResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic LiveChatModeratorListResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic PageInfo getPageInfo()
null for nonepublic LiveChatModeratorListResponse setPageInfo(PageInfo pageInfo)
pageInfo - pageInfo or null for nonepublic java.lang.String getPrevPageToken()
null for nonepublic LiveChatModeratorListResponse setPrevPageToken(java.lang.String prevPageToken)
prevPageToken - prevPageToken or null for nonepublic TokenPagination getTokenPagination()
null for nonepublic LiveChatModeratorListResponse setTokenPagination(TokenPagination tokenPagination)
tokenPagination - tokenPagination or null for nonepublic java.lang.String getVisitorId()
null for nonepublic LiveChatModeratorListResponse setVisitorId(java.lang.String visitorId)
visitorId - visitorId or null for nonepublic LiveChatModeratorListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LiveChatModeratorListResponse clone()
clone in class com.google.api.client.json.GenericJson