public final class VideoSettings
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 |
|---|
VideoSettings() |
| Modifier and Type | Method and Description |
|---|---|
VideoSettings |
clone() |
CompanionSetting |
getCompanionSettings()
Settings for the companion creatives of video creatives served to this placement.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getOrientation()
Orientation of a video placement.
|
SkippableSetting |
getSkippableSettings()
Settings for the skippability of video creatives served to this placement.
|
TranscodeSetting |
getTranscodeSettings()
Settings for the transcodes of video creatives served to this placement.
|
VideoSettings |
set(java.lang.String fieldName,
java.lang.Object value) |
VideoSettings |
setCompanionSettings(CompanionSetting companionSettings)
Settings for the companion creatives of video creatives served to this placement.
|
VideoSettings |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
VideoSettings |
setOrientation(java.lang.String orientation)
Orientation of a video placement.
|
VideoSettings |
setSkippableSettings(SkippableSetting skippableSettings)
Settings for the skippability of video creatives served to this placement.
|
VideoSettings |
setTranscodeSettings(TranscodeSetting transcodeSettings)
Settings for the transcodes of video creatives served to this placement.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic CompanionSetting getCompanionSettings()
null for nonepublic VideoSettings setCompanionSettings(CompanionSetting companionSettings)
companionSettings - companionSettings or null for nonepublic java.lang.String getKind()
null for nonepublic VideoSettings setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getOrientation()
null for nonepublic VideoSettings setOrientation(java.lang.String orientation)
orientation - orientation or null for nonepublic SkippableSetting getSkippableSettings()
null for nonepublic VideoSettings setSkippableSettings(SkippableSetting skippableSettings)
skippableSettings - skippableSettings or null for nonepublic TranscodeSetting getTranscodeSettings()
null for nonepublic VideoSettings setTranscodeSettings(TranscodeSetting transcodeSettings)
transcodeSettings - transcodeSettings or null for nonepublic VideoSettings set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoSettings clone()
clone in class com.google.api.client.json.GenericJson