Class CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnChannel.DvbNitSettingsProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnChannel.DvbNitSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.DvbNitSettingsProperty
An implementation for 
CfnChannel.DvbNitSettingsProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.DvbNitSettingsPropertyCfnChannel.DvbNitSettingsProperty.Builder, CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.DvbNitSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe numeric value placed in the Network Information Table (NIT).final StringThe network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).final NumberThe number of milliseconds between instances of this table in the output transport stream.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnChannel.DvbNitSettingsProperty.Builder.
 
- 
- 
Method Details- 
getNetworkIdDescription copied from interface:CfnChannel.DvbNitSettingsPropertyThe numeric value placed in the Network Information Table (NIT).- Specified by:
- getNetworkIdin interface- CfnChannel.DvbNitSettingsProperty
 
- 
getNetworkNameDescription copied from interface:CfnChannel.DvbNitSettingsPropertyThe network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).The maximum length is 256 characters. - Specified by:
- getNetworkNamein interface- CfnChannel.DvbNitSettingsProperty
 
- 
getRepIntervalDescription copied from interface:CfnChannel.DvbNitSettingsPropertyThe number of milliseconds between instances of this table in the output transport stream.- Specified by:
- getRepIntervalin interface- CfnChannel.DvbNitSettingsProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-