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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnMulticastGroup.LoRaWANProperty
CfnMulticastGroup.LoRaWANProperty.Builder, CfnMulticastGroup.LoRaWANProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMulticastGroup.LoRaWANProperty.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 StringDlClass for LoRaWAN.final NumberNumber of devices that are associated to the multicast group.final NumberNumber of devices that are requested to be associated with the multicast group.final StringThe frequency band (RFRegion) value.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 theCfnMulticastGroup.LoRaWANProperty.Builder.
-
-
Method Details
-
getDlClass
Description copied from interface:CfnMulticastGroup.LoRaWANPropertyDlClass for LoRaWAN.Valid values are ClassB and ClassC.
- Specified by:
getDlClassin interfaceCfnMulticastGroup.LoRaWANProperty- See Also:
-
getRfRegion
Description copied from interface:CfnMulticastGroup.LoRaWANPropertyThe frequency band (RFRegion) value.- Specified by:
getRfRegionin interfaceCfnMulticastGroup.LoRaWANProperty- See Also:
-
getNumberOfDevicesInGroup
Description copied from interface:CfnMulticastGroup.LoRaWANPropertyNumber of devices that are associated to the multicast group.- Specified by:
getNumberOfDevicesInGroupin interfaceCfnMulticastGroup.LoRaWANProperty- See Also:
-
getNumberOfDevicesRequested
Description copied from interface:CfnMulticastGroup.LoRaWANPropertyNumber of devices that are requested to be associated with the multicast group.- Specified by:
getNumberOfDevicesRequestedin interfaceCfnMulticastGroup.LoRaWANProperty- See Also:
-
$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()
-