public final class SearchListResponse 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 |
---|
SearchListResponse() |
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<SearchResult> |
getItems()
A list of results that match the search criteria.
|
String |
getKind()
The type of the API response.
|
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()
The pageInfo object encapsulates paging information for the search result set.
|
String |
getPrevPageToken()
The 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.
|
SearchListResponse |
setEtag(String etag)
The ETag for the response.
|
SearchListResponse |
setEventId(String eventId)
Serialized EventId of the request which produced this response.
|
SearchListResponse |
setItems(List<SearchResult> items)
A list of results that match the search criteria.
|
SearchListResponse |
setKind(String kind)
The type of the API response.
|
SearchListResponse |
setNextPageToken(String nextPageToken)
The token that can be used as the value of the pageToken parameter to retrieve the next page in
the result set.
|
SearchListResponse |
setPageInfo(PageInfo pageInfo)
The pageInfo object encapsulates paging information for the search result set.
|
SearchListResponse |
setPrevPageToken(String prevPageToken)
The token that can be used as the value of the pageToken parameter to retrieve the previous
page in the result set.
|
SearchListResponse |
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 SearchListResponse setEtag(String etag)
null
.public String getEventId()
null
.public SearchListResponse setEventId(String eventId)
null
.public List<SearchResult> getItems()
null
.public SearchListResponse setItems(List<SearchResult> items)
null
.public String getKind()
null
.public SearchListResponse setKind(String kind)
null
.public String getNextPageToken()
null
.public SearchListResponse setNextPageToken(String nextPageToken)
null
.public PageInfo getPageInfo()
null
.public SearchListResponse setPageInfo(PageInfo pageInfo)
null
.public String getPrevPageToken()
null
.public SearchListResponse setPrevPageToken(String prevPageToken)
null
.public String getVisitorId()
null
.public SearchListResponse setVisitorId(String visitorId)
null
.