public final class LiveStreamList 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 |
---|
LiveStreamList() |
Modifier and Type | Method and Description |
---|---|
String |
getEtag()
The ETag of the response.
|
String |
getEventId()
Serialized EventId of the request which produced this response.
|
List<LiveStream> |
getItems()
A list of live streams that match the request 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 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.
|
LiveStreamList |
setEtag(String etag)
The ETag of the response.
|
LiveStreamList |
setEventId(String eventId)
Serialized EventId of the request which produced this response.
|
LiveStreamList |
setItems(List<LiveStream> items)
A list of live streams that match the request criteria.
|
LiveStreamList |
setKind(String kind)
The type of the API response.
|
LiveStreamList |
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.
|
LiveStreamList |
setPageInfo(PageInfo pageInfo)
The pageInfo object encapsulates paging information for the result set.
|
LiveStreamList |
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.
|
LiveStreamList |
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 LiveStreamList setEtag(String etag)
null
.public String getEventId()
null
.public LiveStreamList setEventId(String eventId)
null
.public List<LiveStream> getItems()
null
.public LiveStreamList setItems(List<LiveStream> items)
null
.public String getKind()
null
.public LiveStreamList setKind(String kind)
null
.public String getNextPageToken()
null
.public LiveStreamList setNextPageToken(String nextPageToken)
null
.public PageInfo getPageInfo()
null
.public LiveStreamList setPageInfo(PageInfo pageInfo)
null
.public String getPrevPageToken()
null
.public LiveStreamList setPrevPageToken(String prevPageToken)
null
.public String getVisitorId()
null
.public LiveStreamList setVisitorId(String visitorId)
null
.