public final class SiteVideoSettings
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
SiteVideoSettings() |
Modifier and Type | Method and Description |
---|---|
SiteVideoSettings |
clone() |
SiteCompanionSetting |
getCompanionSettings()
Settings for the companion creatives of video creatives served to this site.
|
String |
getKind()
Identifies what kind of resource this is.
|
Boolean |
getObaEnabled()
Whether OBA icons are enabled for this placement.
|
ObaIcon |
getObaSettings()
Settings for the OBA icon of video creatives served to this site.
|
String |
getOrientation()
Orientation of a site template used for video.
|
Long |
getPublisherSpecificationId()
Publisher specification ID used to identify site-associated publisher requirements and
automatically populate transcode settings.
|
SiteSkippableSetting |
getSkippableSettings()
Settings for the skippability of video creatives served to this site.
|
SiteTranscodeSetting |
getTranscodeSettings()
Settings for the transcodes of video creatives served to this site.
|
SiteVideoSettings |
set(String fieldName,
Object value) |
SiteVideoSettings |
setCompanionSettings(SiteCompanionSetting companionSettings)
Settings for the companion creatives of video creatives served to this site.
|
SiteVideoSettings |
setKind(String kind)
Identifies what kind of resource this is.
|
SiteVideoSettings |
setObaEnabled(Boolean obaEnabled)
Whether OBA icons are enabled for this placement.
|
SiteVideoSettings |
setObaSettings(ObaIcon obaSettings)
Settings for the OBA icon of video creatives served to this site.
|
SiteVideoSettings |
setOrientation(String orientation)
Orientation of a site template used for video.
|
SiteVideoSettings |
setPublisherSpecificationId(Long publisherSpecificationId)
Publisher specification ID used to identify site-associated publisher requirements and
automatically populate transcode settings.
|
SiteVideoSettings |
setSkippableSettings(SiteSkippableSetting skippableSettings)
Settings for the skippability of video creatives served to this site.
|
SiteVideoSettings |
setTranscodeSettings(SiteTranscodeSetting transcodeSettings)
Settings for the transcodes of video creatives served to this site.
|
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 SiteCompanionSetting getCompanionSettings()
null
for nonepublic SiteVideoSettings setCompanionSettings(SiteCompanionSetting companionSettings)
companionSettings
- companionSettings or null
for nonepublic String getKind()
null
for nonepublic SiteVideoSettings setKind(String kind)
kind
- kind or null
for nonepublic Boolean getObaEnabled()
null
for nonepublic SiteVideoSettings setObaEnabled(Boolean obaEnabled)
obaEnabled
- obaEnabled or null
for nonepublic ObaIcon getObaSettings()
null
for nonepublic SiteVideoSettings setObaSettings(ObaIcon obaSettings)
obaSettings
- obaSettings or null
for nonepublic String getOrientation()
null
for nonepublic SiteVideoSettings setOrientation(String orientation)
orientation
- orientation or null
for nonepublic Long getPublisherSpecificationId()
null
for nonepublic SiteVideoSettings setPublisherSpecificationId(Long publisherSpecificationId)
publisherSpecificationId
- publisherSpecificationId or null
for nonepublic SiteSkippableSetting getSkippableSettings()
null
for nonepublic SiteVideoSettings setSkippableSettings(SiteSkippableSetting skippableSettings)
skippableSettings
- skippableSettings or null
for nonepublic SiteTranscodeSetting getTranscodeSettings()
null
for nonepublic SiteVideoSettings setTranscodeSettings(SiteTranscodeSetting transcodeSettings)
transcodeSettings
- transcodeSettings or null
for nonepublic SiteVideoSettings set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public SiteVideoSettings clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.