public final class VideoRecordingDetails
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 |
---|
VideoRecordingDetails() |
Modifier and Type | Method and Description |
---|---|
VideoRecordingDetails |
clone() |
GeoPoint |
getLocation()
The geolocation information associated with the video.
|
java.lang.String |
getLocationDescription()
The text description of the location where the video was recorded.
|
com.google.api.client.util.DateTime |
getRecordingDate()
The date and time when the video was recorded.
|
VideoRecordingDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
VideoRecordingDetails |
setLocation(GeoPoint location)
The geolocation information associated with the video.
|
VideoRecordingDetails |
setLocationDescription(java.lang.String locationDescription)
The text description of the location where the video was recorded.
|
VideoRecordingDetails |
setRecordingDate(com.google.api.client.util.DateTime recordingDate)
The date and time when the video was recorded.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public GeoPoint getLocation()
null
for nonepublic VideoRecordingDetails setLocation(GeoPoint location)
location
- location or null
for nonepublic java.lang.String getLocationDescription()
null
for nonepublic VideoRecordingDetails setLocationDescription(java.lang.String locationDescription)
locationDescription
- locationDescription or null
for nonepublic com.google.api.client.util.DateTime getRecordingDate()
null
for nonepublic VideoRecordingDetails setRecordingDate(com.google.api.client.util.DateTime recordingDate)
recordingDate
- recordingDate or null
for nonepublic VideoRecordingDetails set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public VideoRecordingDetails clone()
clone
in class com.google.api.client.json.GenericJson