public class AdBreak extends Object implements Serializable
| Constructor and Description |
|---|
AdBreak() |
AdBreak(AdResponse rootAdResponse,
AdDecisionCreative[] adDecisionCreatives,
Integer podNum,
Integer linearAbsolutePodNum,
Long adBreakDurationMillis,
Long filledDurationMillis,
Long servedDurationMillis,
DateTime startDateTime,
Long startTimeOffsetMillis,
SamError samError,
Integer midrollIndex,
Boolean decisionedAds,
TrackingEvent[] trackingEvents) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAdBreakDurationMillis()
Gets the adBreakDurationMillis value for this AdBreak.
|
AdDecisionCreative[] |
getAdDecisionCreatives()
Gets the adDecisionCreatives value for this AdBreak.
|
AdDecisionCreative |
getAdDecisionCreatives(int i) |
Boolean |
getDecisionedAds()
Gets the decisionedAds value for this AdBreak.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getFilledDurationMillis()
Gets the filledDurationMillis value for this AdBreak.
|
Integer |
getLinearAbsolutePodNum()
Gets the linearAbsolutePodNum value for this AdBreak.
|
Integer |
getMidrollIndex()
Gets the midrollIndex value for this AdBreak.
|
Integer |
getPodNum()
Gets the podNum value for this AdBreak.
|
AdResponse |
getRootAdResponse()
Gets the rootAdResponse value for this AdBreak.
|
SamError |
getSamError()
Gets the samError value for this AdBreak.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Long |
getServedDurationMillis()
Gets the servedDurationMillis value for this AdBreak.
|
DateTime |
getStartDateTime()
Gets the startDateTime value for this AdBreak.
|
Long |
getStartTimeOffsetMillis()
Gets the startTimeOffsetMillis value for this AdBreak.
|
TrackingEvent[] |
getTrackingEvents()
Gets the trackingEvents value for this AdBreak.
|
TrackingEvent |
getTrackingEvents(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdBreakDurationMillis(Long adBreakDurationMillis)
Sets the adBreakDurationMillis value for this AdBreak.
|
void |
setAdDecisionCreatives(AdDecisionCreative[] adDecisionCreatives)
Sets the adDecisionCreatives value for this AdBreak.
|
void |
setAdDecisionCreatives(int i,
AdDecisionCreative _value) |
void |
setDecisionedAds(Boolean decisionedAds)
Sets the decisionedAds value for this AdBreak.
|
void |
setFilledDurationMillis(Long filledDurationMillis)
Sets the filledDurationMillis value for this AdBreak.
|
void |
setLinearAbsolutePodNum(Integer linearAbsolutePodNum)
Sets the linearAbsolutePodNum value for this AdBreak.
|
void |
setMidrollIndex(Integer midrollIndex)
Sets the midrollIndex value for this AdBreak.
|
void |
setPodNum(Integer podNum)
Sets the podNum value for this AdBreak.
|
void |
setRootAdResponse(AdResponse rootAdResponse)
Sets the rootAdResponse value for this AdBreak.
|
void |
setSamError(SamError samError)
Sets the samError value for this AdBreak.
|
void |
setServedDurationMillis(Long servedDurationMillis)
Sets the servedDurationMillis value for this AdBreak.
|
void |
setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this AdBreak.
|
void |
setStartTimeOffsetMillis(Long startTimeOffsetMillis)
Sets the startTimeOffsetMillis value for this AdBreak.
|
void |
setTrackingEvents(int i,
TrackingEvent _value) |
void |
setTrackingEvents(TrackingEvent[] trackingEvents)
Sets the trackingEvents value for this AdBreak.
|
String |
toString() |
public AdBreak()
public AdBreak(AdResponse rootAdResponse, AdDecisionCreative[] adDecisionCreatives, Integer podNum, Integer linearAbsolutePodNum, Long adBreakDurationMillis, Long filledDurationMillis, Long servedDurationMillis, DateTime startDateTime, Long startTimeOffsetMillis, SamError samError, Integer midrollIndex, Boolean decisionedAds, TrackingEvent[] trackingEvents)
public AdResponse getRootAdResponse()
public void setRootAdResponse(AdResponse rootAdResponse)
rootAdResponse - public AdDecisionCreative[] getAdDecisionCreatives()
public void setAdDecisionCreatives(AdDecisionCreative[] adDecisionCreatives)
adDecisionCreatives - public AdDecisionCreative getAdDecisionCreatives(int i)
public void setAdDecisionCreatives(int i,
AdDecisionCreative _value)
public Integer getPodNum()
public void setPodNum(Integer podNum)
podNum - public Integer getLinearAbsolutePodNum()
public void setLinearAbsolutePodNum(Integer linearAbsolutePodNum)
linearAbsolutePodNum - public Long getAdBreakDurationMillis()
public void setAdBreakDurationMillis(Long adBreakDurationMillis)
adBreakDurationMillis - public Long getFilledDurationMillis()
public void setFilledDurationMillis(Long filledDurationMillis)
filledDurationMillis - public Long getServedDurationMillis()
public void setServedDurationMillis(Long servedDurationMillis)
servedDurationMillis - public DateTime getStartDateTime()
public void setStartDateTime(DateTime startDateTime)
startDateTime - public Long getStartTimeOffsetMillis()
public void setStartTimeOffsetMillis(Long startTimeOffsetMillis)
startTimeOffsetMillis - public SamError getSamError()
public void setSamError(SamError samError)
samError - public Integer getMidrollIndex()
public void setMidrollIndex(Integer midrollIndex)
midrollIndex - public Boolean getDecisionedAds()
public void setDecisionedAds(Boolean decisionedAds)
decisionedAds - public TrackingEvent[] getTrackingEvents()
public void setTrackingEvents(TrackingEvent[] trackingEvents)
trackingEvents - public TrackingEvent getTrackingEvents(int i)
public void setTrackingEvents(int i,
TrackingEvent _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.