Class DvbNitSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.DvbNitSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DvbNitSettings.Builder,DvbNitSettings>
@Generated("software.amazon.awssdk:codegen") public final class DvbNitSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DvbNitSettings.Builder,DvbNitSettings>
DVB Network Information Table (NIT)- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDvbNitSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DvbNitSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegernetworkId()The numeric value placed in the Network Information Table (NIT).StringnetworkName()The network name text placed in the networkNameDescriptor inside the Network Information Table.IntegerrepInterval()The number of milliseconds between instances of this table in the output transport stream.List<SdkField<?>>sdkFields()static Class<? extends DvbNitSettings.Builder>serializableBuilderClass()DvbNitSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
networkId
public final Integer networkId()
The numeric value placed in the Network Information Table (NIT).- Returns:
- The numeric value placed in the Network Information Table (NIT).
-
networkName
public final String networkName()
The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.- Returns:
- The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.
-
repInterval
public final Integer repInterval()
The number of milliseconds between instances of this table in the output transport stream.- Returns:
- The number of milliseconds between instances of this table in the output transport stream.
-
toBuilder
public DvbNitSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DvbNitSettings.Builder,DvbNitSettings>
-
builder
public static DvbNitSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends DvbNitSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-