public final class PlaylistItemContentDetails
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
PlaylistItemContentDetails() |
Modifier and Type | Method and Description |
---|---|
PlaylistItemContentDetails |
clone() |
java.lang.String |
getEndAt()
The time, measured in seconds from the start of the video, when the video should stop playing.
|
java.lang.String |
getNote()
A user-generated note for this item.
|
java.lang.String |
getStartAt()
The time, measured in seconds from the start of the video, when the video should start playing.
|
java.lang.String |
getVideoId()
The ID that YouTube uses to uniquely identify a video.
|
PlaylistItemContentDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
PlaylistItemContentDetails |
setEndAt(java.lang.String endAt)
The time, measured in seconds from the start of the video, when the video should stop playing.
|
PlaylistItemContentDetails |
setNote(java.lang.String note)
A user-generated note for this item.
|
PlaylistItemContentDetails |
setStartAt(java.lang.String startAt)
The time, measured in seconds from the start of the video, when the video should start playing.
|
PlaylistItemContentDetails |
setVideoId(java.lang.String videoId)
The ID that YouTube uses to uniquely identify a video.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getEndAt()
null
for nonepublic PlaylistItemContentDetails setEndAt(java.lang.String endAt)
endAt
- endAt or null
for nonepublic java.lang.String getNote()
null
for nonepublic PlaylistItemContentDetails setNote(java.lang.String note)
note
- note or null
for nonepublic java.lang.String getStartAt()
null
for nonepublic PlaylistItemContentDetails setStartAt(java.lang.String startAt)
startAt
- startAt or null
for nonepublic java.lang.String getVideoId()
null
for nonepublic PlaylistItemContentDetails setVideoId(java.lang.String videoId)
videoId
- videoId or null
for nonepublic PlaylistItemContentDetails set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public PlaylistItemContentDetails clone()
clone
in class com.google.api.client.json.GenericJson