public final class TranscodeSetting
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 |
|---|
TranscodeSetting() |
| Modifier and Type | Method and Description |
|---|---|
TranscodeSetting |
clone() |
java.util.List<java.lang.Integer> |
getEnabledVideoFormats()
Whitelist of video formats to be served to this placement.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
TranscodeSetting |
set(java.lang.String fieldName,
java.lang.Object value) |
TranscodeSetting |
setEnabledVideoFormats(java.util.List<java.lang.Integer> enabledVideoFormats)
Whitelist of video formats to be served to this placement.
|
TranscodeSetting |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.Integer> getEnabledVideoFormats()
null for nonepublic TranscodeSetting setEnabledVideoFormats(java.util.List<java.lang.Integer> enabledVideoFormats)
enabledVideoFormats - enabledVideoFormats or null for nonepublic java.lang.String getKind()
null for nonepublic TranscodeSetting setKind(java.lang.String kind)
kind - kind or null for nonepublic TranscodeSetting set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TranscodeSetting clone()
clone in class com.google.api.client.json.GenericJson