public class VideoPositionTarget extends Object
Java class for VideoPositionTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoPositionTarget">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="videoPosition" type="{https://www.google.com/apis/ads/publisher/v201805}VideoPosition" minOccurs="0"/>
<element name="videoBumperType" type="{https://www.google.com/apis/ads/publisher/v201805}VideoBumperType" minOccurs="0"/>
<element name="videoPositionWithinPod" type="{https://www.google.com/apis/ads/publisher/v201805}VideoPositionWithinPod" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VideoBumperType |
videoBumperType |
protected VideoPosition |
videoPosition |
protected VideoPositionWithinPod |
videoPositionWithinPod |
| Constructor and Description |
|---|
VideoPositionTarget() |
| Modifier and Type | Method and Description |
|---|---|
VideoBumperType |
getVideoBumperType()
Gets the value of the videoBumperType property.
|
VideoPosition |
getVideoPosition()
Gets the value of the videoPosition property.
|
VideoPositionWithinPod |
getVideoPositionWithinPod()
Gets the value of the videoPositionWithinPod property.
|
void |
setVideoBumperType(VideoBumperType value)
Sets the value of the videoBumperType property.
|
void |
setVideoPosition(VideoPosition value)
Sets the value of the videoPosition property.
|
void |
setVideoPositionWithinPod(VideoPositionWithinPod value)
Sets the value of the videoPositionWithinPod property.
|
protected VideoPosition videoPosition
protected VideoBumperType videoBumperType
protected VideoPositionWithinPod videoPositionWithinPod
public VideoPosition getVideoPosition()
VideoPositionpublic void setVideoPosition(VideoPosition value)
value - allowed object is
VideoPositionpublic VideoBumperType getVideoBumperType()
VideoBumperTypepublic void setVideoBumperType(VideoBumperType value)
value - allowed object is
VideoBumperTypepublic VideoPositionWithinPod getVideoPositionWithinPod()
VideoPositionWithinPodpublic void setVideoPositionWithinPod(VideoPositionWithinPod value)
value - allowed object is
VideoPositionWithinPodCopyright © 2018. All Rights Reserved.