Class CfnMulticastGroup.LoRaWANProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnMulticastGroup.LoRaWANProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMulticastGroup.LoRaWANProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMulticastGroup.LoRaWANProperty
@Stability(Stable)
@Internal
public static final class CfnMulticastGroup.LoRaWANProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMulticastGroup.LoRaWANProperty
An implementation for
CfnMulticastGroup.LoRaWANProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnMulticastGroup.LoRaWANProperty
CfnMulticastGroup.LoRaWANProperty.Builder, CfnMulticastGroup.LoRaWANProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMulticastGroup.LoRaWANProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
DlClass for LoRaWAN.final Number
Number of devices that are associated to the multicast group.final Number
Number of devices that are requested to be associated with the multicast group.final String
The frequency band (RFRegion) value.final int
hashCode()
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 theCfnMulticastGroup.LoRaWANProperty.Builder
.
-
-
Method Details
-
getDlClass
Description copied from interface:CfnMulticastGroup.LoRaWANProperty
DlClass for LoRaWAN.Valid values are ClassB and ClassC.
- Specified by:
getDlClass
in interfaceCfnMulticastGroup.LoRaWANProperty
- See Also:
-
getRfRegion
Description copied from interface:CfnMulticastGroup.LoRaWANProperty
The frequency band (RFRegion) value.- Specified by:
getRfRegion
in interfaceCfnMulticastGroup.LoRaWANProperty
- See Also:
-
getNumberOfDevicesInGroup
Description copied from interface:CfnMulticastGroup.LoRaWANProperty
Number of devices that are associated to the multicast group.- Specified by:
getNumberOfDevicesInGroup
in interfaceCfnMulticastGroup.LoRaWANProperty
- See Also:
-
getNumberOfDevicesRequested
Description copied from interface:CfnMulticastGroup.LoRaWANProperty
Number of devices that are requested to be associated with the multicast group.- Specified by:
getNumberOfDevicesRequested
in interfaceCfnMulticastGroup.LoRaWANProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-