public final class PlaylistItemListResponse extends 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: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PlaylistItemListResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getEtag()
The ETag for the response.
|
String |
getEventId()
Serialized EventId of the request which produced this response.
|
List<PlaylistItem> |
getItems()
A list of playlist items that match the request criteria.
|
String |
getKind()
The type of the API response.
|
String |
getNextPageToken()
A token that can be used as the value of the pageToken parameter to retrieve the next page in
the result set.
|
PageInfo |
getPageInfo()
The pageInfo object encapsulates paging information for the result set.
|
String |
getPrevPageToken()
A token that can be used as the value of the pageToken parameter to retrieve the previous page
in the result set.
|
String |
getVisitorId()
The visitorId identifies the visitor.
|
PlaylistItemListResponse |
setEtag(String etag)
The ETag for the response.
|
PlaylistItemListResponse |
setEventId(String eventId)
Serialized EventId of the request which produced this response.
|
PlaylistItemListResponse |
setItems(List<PlaylistItem> items)
A list of playlist items that match the request criteria.
|
PlaylistItemListResponse |
setKind(String kind)
The type of the API response.
|
PlaylistItemListResponse |
setNextPageToken(String nextPageToken)
A token that can be used as the value of the pageToken parameter to retrieve the next page in
the result set.
|
PlaylistItemListResponse |
setPageInfo(PageInfo pageInfo)
The pageInfo object encapsulates paging information for the result set.
|
PlaylistItemListResponse |
setPrevPageToken(String prevPageToken)
A token that can be used as the value of the pageToken parameter to retrieve the previous page
in the result set.
|
PlaylistItemListResponse |
setVisitorId(String visitorId)
The visitorId identifies the visitor.
|
clone, getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getEtag()
null
.public PlaylistItemListResponse setEtag(String etag)
null
.public String getEventId()
null
.public PlaylistItemListResponse setEventId(String eventId)
null
.public List<PlaylistItem> getItems()
null
.public PlaylistItemListResponse setItems(List<PlaylistItem> items)
null
.public String getKind()
null
.public PlaylistItemListResponse setKind(String kind)
null
.public String getNextPageToken()
null
.public PlaylistItemListResponse setNextPageToken(String nextPageToken)
null
.public PageInfo getPageInfo()
null
.public PlaylistItemListResponse setPageInfo(PageInfo pageInfo)
null
.public String getPrevPageToken()
null
.public PlaylistItemListResponse setPrevPageToken(String prevPageToken)
null
.public String getVisitorId()
null
.public PlaylistItemListResponse setVisitorId(String visitorId)
null
.