GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
File.VideoMediaMetadata() |
Modifier and Type | Method and Description |
---|---|
File.VideoMediaMetadata |
clone() |
Long |
getDurationMillis()
The duration of the video in milliseconds.
|
Integer |
getHeight()
The height of the video in pixels.
|
Integer |
getWidth()
The width of the video in pixels.
|
File.VideoMediaMetadata |
set(String fieldName,
Object value) |
File.VideoMediaMetadata |
setDurationMillis(Long durationMillis)
The duration of the video in milliseconds.
|
File.VideoMediaMetadata |
setHeight(Integer height)
The height of the video in pixels.
|
File.VideoMediaMetadata |
setWidth(Integer width)
The width of the video in pixels.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Long getDurationMillis()
null
for nonepublic File.VideoMediaMetadata setDurationMillis(Long durationMillis)
durationMillis
- durationMillis or null
for nonepublic Integer getHeight()
null
for nonepublic File.VideoMediaMetadata setHeight(Integer height)
height
- height or null
for nonepublic Integer getWidth()
null
for nonepublic File.VideoMediaMetadata setWidth(Integer width)
width
- width or null
for nonepublic File.VideoMediaMetadata set(String fieldName, Object value)
set
in class GenericJson
public File.VideoMediaMetadata clone()
clone
in class GenericJson