Class DvbNitSettings.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.DvbNitSettings.Jsii$Proxy
- All Implemented Interfaces:
DvbNitSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DvbNitSettings
@Stability(Experimental)
@Internal
public static final class DvbNitSettings.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DvbNitSettings
An implementation for
DvbNitSettings-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.DvbNitSettings
DvbNitSettings.Builder, DvbNitSettings.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DvbNitSettings.Builder builder) Constructor that initializes the object based on literal property values passed by theDvbNitSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Number(experimental) The numeric value placed in the Network Information Table (NIT).final String(experimental) The network name placed in the networkNameDescriptor inside the NIT (max 256 characters).final Duration(experimental) The interval between instances of this table in the output transport stream.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theDvbNitSettings.Builder.
-
-
Method Details
-
getNetworkId
Description copied from interface:DvbNitSettings(experimental) The numeric value placed in the Network Information Table (NIT).Default: - no network ID
- Specified by:
getNetworkIdin interfaceDvbNitSettings
-
getNetworkName
Description copied from interface:DvbNitSettings(experimental) The network name placed in the networkNameDescriptor inside the NIT (max 256 characters).Default: - no network name
- Specified by:
getNetworkNamein interfaceDvbNitSettings
-
getRepInterval
Description copied from interface:DvbNitSettings(experimental) The interval between instances of this table in the output transport stream.Default: - service default
- Specified by:
getRepIntervalin interfaceDvbNitSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-