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 DCM/DFA Reporting And Trafficking 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.Flags| Constructor and Description |
|---|
VideoFormat() |
| Modifier and Type | Method and Description |
|---|---|
VideoFormat |
clone() |
java.lang.String |
getFileType()
File type of the video format.
|
java.lang.Integer |
getId()
ID of the video format.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
Size |
getResolution()
The resolution of this video format.
|
java.lang.Integer |
getTargetBitRate()
The target bit rate of this video format.
|
VideoFormat |
set(java.lang.String fieldName,
java.lang.Object value) |
VideoFormat |
setFileType(java.lang.String fileType)
File type of the video format.
|
VideoFormat |
setId(java.lang.Integer id)
ID of the video format.
|
VideoFormat |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
VideoFormat |
setResolution(Size resolution)
The resolution of this video format.
|
VideoFormat |
setTargetBitRate(java.lang.Integer targetBitRate)
The target bit rate of this video format.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getFileType()
null for nonepublic VideoFormat setFileType(java.lang.String fileType)
fileType - fileType or null for nonepublic java.lang.Integer getId()
null for nonepublic VideoFormat setId(java.lang.Integer id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic VideoFormat setKind(java.lang.String kind)
kind - kind or null for nonepublic Size getResolution()
null for nonepublic VideoFormat setResolution(Size resolution)
resolution - resolution or null for nonepublic java.lang.Integer getTargetBitRate()
null for nonepublic VideoFormat setTargetBitRate(java.lang.Integer targetBitRate)
targetBitRate - targetBitRate or null for nonepublic VideoFormat set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoFormat clone()
clone in class com.google.api.client.json.GenericJson