@Generated(value="software.amazon.awssdk:codegen") public final class SpliceInsertMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpliceInsertMessage.Builder,SpliceInsertMessage>
Splice insert message configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpliceInsertMessage.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
availNum()
This is written to
splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35
specification. |
Integer |
availsExpected()
This is written to
splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35
specification. |
static SpliceInsertMessage.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SpliceInsertMessage.Builder> |
serializableBuilderClass() |
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
uniqueProgramId()
This is written to
splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35
specification. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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 final 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.
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 final 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.
splice_insert.splice_event_id, as defined in section 9.7.3.1 of the
SCTE-35 specification. The default value is 1.public final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SpliceInsertMessage.Builder,SpliceInsertMessage>public static SpliceInsertMessage.Builder builder()
public static Class<? extends SpliceInsertMessage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.