@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scte35SpliceInsertScheduleActionSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Scte35SpliceInsertScheduleActionSettings() |
Modifier and Type | Method and Description |
---|---|
Scte35SpliceInsertScheduleActionSettings |
clone() |
boolean |
equals(Object obj) |
Long |
getDuration()
Optional, the duration for the splice_insert, in 90 KHz ticks.
|
Long |
getSpliceEventId()
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDuration(Long duration)
Optional, the duration for the splice_insert, in 90 KHz ticks.
|
void |
setSpliceEventId(Long spliceEventId)
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.
|
String |
toString()
Returns a string representation of this object.
|
Scte35SpliceInsertScheduleActionSettings |
withDuration(Long duration)
Optional, the duration for the splice_insert, in 90 KHz ticks.
|
Scte35SpliceInsertScheduleActionSettings |
withSpliceEventId(Long spliceEventId)
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.
|
public Scte35SpliceInsertScheduleActionSettings()
public void setDuration(Long duration)
duration
- Optional, the duration for the splice_insert, in 90 KHz ticks. To convert seconds to ticks, multiple the
seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read
the duration and cue in at that time. If you do not enter a duration, the splice_insert will continue
indefinitely and there is an expectation that you will enter a return_to_network to end the splice_insert
at the appropriate time.public Long getDuration()
public Scte35SpliceInsertScheduleActionSettings withDuration(Long duration)
duration
- Optional, the duration for the splice_insert, in 90 KHz ticks. To convert seconds to ticks, multiple the
seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read
the duration and cue in at that time. If you do not enter a duration, the splice_insert will continue
indefinitely and there is an expectation that you will enter a return_to_network to end the splice_insert
at the appropriate time.public void setSpliceEventId(Long spliceEventId)
spliceEventId
- The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.public Long getSpliceEventId()
public Scte35SpliceInsertScheduleActionSettings withSpliceEventId(Long spliceEventId)
spliceEventId
- The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.public String toString()
toString
in class Object
Object.toString()
public Scte35SpliceInsertScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.