public class PrerollSettings extends Object implements Serializable
LiveStreamEvent that are specific
to preroll.| Constructor and Description |
|---|
PrerollSettings() |
PrerollSettings(String adTag,
Long maxAdPodDurationSeconds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAdTag()
Gets the adTag value for this PrerollSettings.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getMaxAdPodDurationSeconds()
Gets the maxAdPodDurationSeconds value for this PrerollSettings.
|
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 |
setAdTag(String adTag)
Sets the adTag value for this PrerollSettings.
|
void |
setMaxAdPodDurationSeconds(Long maxAdPodDurationSeconds)
Sets the maxAdPodDurationSeconds value for this PrerollSettings.
|
String |
toString() |
public String getAdTag()
public void setAdTag(String adTag)
adTag - * The Ad Manager ad tag URL generated by the Ad Manager trafficking
workflow that is associated
with this live stream event. This attribute is required.
This attribute is required.public Long getMaxAdPodDurationSeconds()
public void setMaxAdPodDurationSeconds(Long maxAdPodDurationSeconds)
maxAdPodDurationSeconds - * The maximum duration (in seconds) for an ad break.
This attribute is
required.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2023. All rights reserved.