public final class VideoFormat
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 Campaign Manager 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
VideoFormat()  | 
| Modifier and Type | Method and Description | 
|---|---|
VideoFormat | 
clone()  | 
String | 
getFileType()
File type of the video format. 
 | 
Integer | 
getId()
ID of the video format. 
 | 
String | 
getKind()
Identifies what kind of resource this is. 
 | 
Size | 
getResolution()
The resolution of this video format. 
 | 
Integer | 
getTargetBitRate()
The target bit rate of this video format. 
 | 
VideoFormat | 
set(String fieldName,
   Object value)  | 
VideoFormat | 
setFileType(String fileType)
File type of the video format. 
 | 
VideoFormat | 
setId(Integer id)
ID of the video format. 
 | 
VideoFormat | 
setKind(String kind)
Identifies what kind of resource this is. 
 | 
VideoFormat | 
setResolution(Size resolution)
The resolution of this video format. 
 | 
VideoFormat | 
setTargetBitRate(Integer targetBitRate)
The target bit rate of this video format. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getFileType()
null for nonepublic VideoFormat setFileType(String fileType)
fileType - fileType or null for nonepublic Integer getId()
null for nonepublic VideoFormat setId(Integer id)
id - id or null for nonepublic String getKind()
null for nonepublic VideoFormat setKind(String kind)
kind - kind or null for nonepublic Size getResolution()
null for nonepublic VideoFormat setResolution(Size resolution)
resolution - resolution or null for nonepublic Integer getTargetBitRate()
null for nonepublic VideoFormat setTargetBitRate(Integer targetBitRate)
targetBitRate - targetBitRate or null for nonepublic VideoFormat set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoFormat clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.