public final class PlaylistItemContentDetails 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 |
---|
PlaylistItemContentDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getEndAt()
The time, measured in seconds from the start of the video, when the video should stop playing.
|
String |
getNote()
A user-generated note for this item.
|
String |
getStartAt()
The time, measured in seconds from the start of the video, when the video should start playing.
|
String |
getVideoId()
The ID that YouTube uses to uniquely identify a video.
|
PlaylistItemContentDetails |
setEndAt(String endAt)
The time, measured in seconds from the start of the video, when the video should stop playing.
|
PlaylistItemContentDetails |
setNote(String note)
A user-generated note for this item.
|
PlaylistItemContentDetails |
setStartAt(String startAt)
The time, measured in seconds from the start of the video, when the video should start playing.
|
PlaylistItemContentDetails |
setVideoId(String videoId)
The ID that YouTube uses to uniquely identify a video.
|
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 getEndAt()
null
.public PlaylistItemContentDetails setEndAt(String endAt)
null
.public String getNote()
null
.public PlaylistItemContentDetails setNote(String note)
null
.public String getStartAt()
null
.public PlaylistItemContentDetails setStartAt(String startAt)
null
.public String getVideoId()
null
.public PlaylistItemContentDetails setVideoId(String videoId)
null
.