public static final class File.VideoMediaMetadata
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
File.VideoMediaMetadata() |
| Modifier and Type | Method and Description |
|---|---|
File.VideoMediaMetadata |
clone() |
java.lang.Long |
getDurationMillis()
The duration of the video in milliseconds.
|
java.lang.Integer |
getHeight()
The height of the video in pixels.
|
java.lang.Integer |
getWidth()
The width of the video in pixels.
|
File.VideoMediaMetadata |
set(java.lang.String fieldName,
java.lang.Object value) |
File.VideoMediaMetadata |
setDurationMillis(java.lang.Long durationMillis)
The duration of the video in milliseconds.
|
File.VideoMediaMetadata |
setHeight(java.lang.Integer height)
The height of the video in pixels.
|
File.VideoMediaMetadata |
setWidth(java.lang.Integer width)
The width of the video in pixels.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getDurationMillis()
null for nonepublic File.VideoMediaMetadata setDurationMillis(java.lang.Long durationMillis)
durationMillis - durationMillis or null for nonepublic java.lang.Integer getHeight()
null for nonepublic File.VideoMediaMetadata setHeight(java.lang.Integer height)
height - height or null for nonepublic java.lang.Integer getWidth()
null for nonepublic File.VideoMediaMetadata setWidth(java.lang.Integer width)
width - width or null for nonepublic File.VideoMediaMetadata set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic File.VideoMediaMetadata clone()
clone in class com.google.api.client.json.GenericJson