@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdBreakOpportunity extends Object implements Serializable, Cloneable, StructuredPojo
A location at which a zero-duration ad marker was detected in a VOD source manifest.
Constructor and Description |
---|
AdBreakOpportunity() |
Modifier and Type | Method and Description |
---|---|
AdBreakOpportunity |
clone() |
boolean |
equals(Object obj) |
Long |
getOffsetMillis()
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOffsetMillis(Long offsetMillis)
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
|
String |
toString()
Returns a string representation of this object.
|
AdBreakOpportunity |
withOffsetMillis(Long offsetMillis)
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
|
public void setOffsetMillis(Long offsetMillis)
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
offsetMillis
- The offset in milliseconds from the start of the VOD source at which an ad marker was detected.public Long getOffsetMillis()
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
public AdBreakOpportunity withOffsetMillis(Long offsetMillis)
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
offsetMillis
- The offset in milliseconds from the start of the VOD source at which an ad marker was detected.public String toString()
toString
in class Object
Object.toString()
public AdBreakOpportunity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.