public class VideoPositionTarget extends Object implements Serializable
| Constructor and Description |
|---|
VideoPositionTarget() |
VideoPositionTarget(VideoPosition videoPosition,
VideoBumperType videoBumperType,
VideoPositionWithinPod videoPositionWithinPod,
Long adSpotId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAdSpotId()
Gets the adSpotId value for this VideoPositionTarget.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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
|
VideoBumperType |
getVideoBumperType()
Gets the videoBumperType value for this VideoPositionTarget.
|
VideoPosition |
getVideoPosition()
Gets the videoPosition value for this VideoPositionTarget.
|
VideoPositionWithinPod |
getVideoPositionWithinPod()
Gets the videoPositionWithinPod value for this VideoPositionTarget.
|
int |
hashCode() |
void |
setAdSpotId(Long adSpotId)
Sets the adSpotId value for this VideoPositionTarget.
|
void |
setVideoBumperType(VideoBumperType videoBumperType)
Sets the videoBumperType value for this VideoPositionTarget.
|
void |
setVideoPosition(VideoPosition videoPosition)
Sets the videoPosition value for this VideoPositionTarget.
|
void |
setVideoPositionWithinPod(VideoPositionWithinPod videoPositionWithinPod)
Sets the videoPositionWithinPod value for this VideoPositionTarget.
|
String |
toString() |
public VideoPositionTarget()
public VideoPositionTarget(VideoPosition videoPosition, VideoBumperType videoBumperType, VideoPositionWithinPod videoPositionWithinPod, Long adSpotId)
public VideoPosition getVideoPosition()
public void setVideoPosition(VideoPosition videoPosition)
videoPosition - * The video position to target. This attribute is required.public VideoBumperType getVideoBumperType()
public void setVideoBumperType(VideoBumperType videoBumperType)
videoBumperType - * The video bumper type to target. To target a video position
or a pod position, this value must
be null. To target a bumper position this value must
be populated and the line item must have a
bumper type. To target a custom ad spot, this value
must be null.public VideoPositionWithinPod getVideoPositionWithinPod()
public void setVideoPositionWithinPod(VideoPositionWithinPod videoPositionWithinPod)
videoPositionWithinPod - * The video position within a pod to target. To target a video
position or a bumper position,
this value must be null. To target a position within
a pod this value must be populated. To
target a custom ad spot, this value must be null.public Long getAdSpotId()
AdSpot to target. To target a video position,
a bumper type or a video
position within a pod this value must be null.public void setAdSpotId(Long adSpotId)
adSpotId - * A custom spot AdSpot to target. To target a video position,
a bumper type or a video
position within a pod this value must be null.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.