com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
VideoMediaMetadata() |
Modifier and Type | Method and Description |
---|---|
File.VideoMediaMetadata |
clone() |
Long |
getDurationMillis()
Output only.
|
Integer |
getHeight()
Output only.
|
Integer |
getWidth()
Output only.
|
File.VideoMediaMetadata |
set(String fieldName,
Object value) |
File.VideoMediaMetadata |
setDurationMillis(Long durationMillis)
Output only.
|
File.VideoMediaMetadata |
setHeight(Integer height)
Output only.
|
File.VideoMediaMetadata |
setWidth(Integer width)
Output only.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
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 com.google.api.client.json.GenericJson
public File.VideoMediaMetadata clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.