@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpliceInsertMessage extends Object implements Serializable, Cloneable, StructuredPojo
Splice insert message configuration.
Constructor and Description |
---|
SpliceInsertMessage() |
Modifier and Type | Method and Description |
---|---|
SpliceInsertMessage |
clone() |
boolean |
equals(Object obj) |
Integer |
getAvailNum()
This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
Integer |
getAvailsExpected()
This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
Integer |
getSpliceEventId()
This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
Integer |
getUniqueProgramId()
This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailNum(Integer availNum)
This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
void |
setAvailsExpected(Integer availsExpected)
This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
void |
setSpliceEventId(Integer spliceEventId)
This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
void |
setUniqueProgramId(Integer uniqueProgramId)
This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
String |
toString()
Returns a string representation of this object.
|
SpliceInsertMessage |
withAvailNum(Integer availNum)
This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
SpliceInsertMessage |
withAvailsExpected(Integer availsExpected)
This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
SpliceInsertMessage |
withSpliceEventId(Integer spliceEventId)
This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
SpliceInsertMessage |
withUniqueProgramId(Integer uniqueProgramId)
This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
public void setAvailNum(Integer availNum)
This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.
availNum
- This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification.
The default value is 0. Values must be between 0 and 256, inclusive.public Integer getAvailNum()
This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.
public SpliceInsertMessage withAvailNum(Integer availNum)
This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.
availNum
- This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification.
The default value is 0. Values must be between 0 and 256, inclusive.public void setAvailsExpected(Integer availsExpected)
This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.
availsExpected
- This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35
specification. The default value is 0. Values must be between 0 and 256, inclusive.public Integer getAvailsExpected()
This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.
public SpliceInsertMessage withAvailsExpected(Integer availsExpected)
This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.
availsExpected
- This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35
specification. The default value is 0. Values must be between 0 and 256, inclusive.public void setSpliceEventId(Integer spliceEventId)
This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 1.
spliceEventId
- This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35
specification. The default value is 1.public Integer getSpliceEventId()
This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 1.
public SpliceInsertMessage withSpliceEventId(Integer spliceEventId)
This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 1.
spliceEventId
- This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35
specification. The default value is 1.public void setUniqueProgramId(Integer uniqueProgramId)
This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.
uniqueProgramId
- This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35
specification. The default value is 0. Values must be between 0 and 256, inclusive.public Integer getUniqueProgramId()
This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.
public SpliceInsertMessage withUniqueProgramId(Integer uniqueProgramId)
This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.
uniqueProgramId
- This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35
specification. The default value is 0. Values must be between 0 and 256, inclusive.public String toString()
toString
in class Object
Object.toString()
public SpliceInsertMessage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.