public class VideoPosition extends Object implements Serializable
| Constructor and Description |
|---|
VideoPosition() |
VideoPosition(VideoPositionType positionType,
Integer midrollIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getMidrollIndex()
Gets the midrollIndex value for this VideoPosition.
|
VideoPositionType |
getPositionType()
Gets the positionType value for this VideoPosition.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMidrollIndex(Integer midrollIndex)
Sets the midrollIndex value for this VideoPosition.
|
void |
setPositionType(VideoPositionType positionType)
Sets the positionType value for this VideoPosition.
|
public VideoPosition()
public VideoPosition(VideoPositionType positionType, Integer midrollIndex)
public VideoPositionType getPositionType()
public void setPositionType(VideoPositionType positionType)
positionType - * The type of video position (pre-roll, mid-roll, or post-roll).public Integer getMidrollIndex()
positionType is
VideoPositionType.MIDROLL, otherwise this
field will be ignored.public void setMidrollIndex(Integer midrollIndex)
midrollIndex - * The index of the mid-roll to target. Only valid if the positionType is
VideoPositionType.MIDROLL, otherwise this
field will be ignored.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.