public class VideoPosition extends Object
Java class for VideoPosition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoPosition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="positionType" type="{https://www.google.com/apis/ads/publisher/v201802}VideoPosition.Type" minOccurs="0"/>
<element name="midrollIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
midrollIndex |
protected VideoPositionType |
positionType |
| Constructor and Description |
|---|
VideoPosition() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMidrollIndex()
Gets the value of the midrollIndex property.
|
VideoPositionType |
getPositionType()
Gets the value of the positionType property.
|
void |
setMidrollIndex(Integer value)
Sets the value of the midrollIndex property.
|
void |
setPositionType(VideoPositionType value)
Sets the value of the positionType property.
|
protected VideoPositionType positionType
protected Integer midrollIndex
public VideoPositionType getPositionType()
VideoPositionTypepublic void setPositionType(VideoPositionType value)
value - allowed object is
VideoPositionTypepublic Integer getMidrollIndex()
IntegerCopyright © 2018. All Rights Reserved.