Class CfnMulticastGroupPropsMixin.LoRaWANProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.iotwireless.mixins.CfnMulticastGroupPropsMixin.LoRaWANProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMulticastGroupPropsMixin.LoRaWANProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMulticastGroupPropsMixin.LoRaWANProperty
@Stability(Stable)
@Internal
public static final class CfnMulticastGroupPropsMixin.LoRaWANProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMulticastGroupPropsMixin.LoRaWANProperty
An implementation for
CfnMulticastGroupPropsMixin.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.mixins.preview.services.iotwireless.mixins.CfnMulticastGroupPropsMixin.LoRaWANProperty
CfnMulticastGroupPropsMixin.LoRaWANProperty.Builder, CfnMulticastGroupPropsMixin.LoRaWANProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMulticastGroupPropsMixin.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 theCfnMulticastGroupPropsMixin.LoRaWANProperty.Builder.
-
-
Method Details
-
getDlClass
Description copied from interface:CfnMulticastGroupPropsMixin.LoRaWANPropertyDlClass for LoRaWAN.Valid values are ClassB and ClassC.
- Specified by:
getDlClassin interfaceCfnMulticastGroupPropsMixin.LoRaWANProperty- See Also:
-
getNumberOfDevicesInGroup
Description copied from interface:CfnMulticastGroupPropsMixin.LoRaWANPropertyNumber of devices that are associated to the multicast group.- Specified by:
getNumberOfDevicesInGroupin interfaceCfnMulticastGroupPropsMixin.LoRaWANProperty- See Also:
-
getNumberOfDevicesRequested
Description copied from interface:CfnMulticastGroupPropsMixin.LoRaWANPropertyNumber of devices that are requested to be associated with the multicast group.- Specified by:
getNumberOfDevicesRequestedin interfaceCfnMulticastGroupPropsMixin.LoRaWANProperty- See Also:
-
getRfRegion
Description copied from interface:CfnMulticastGroupPropsMixin.LoRaWANPropertyThe frequency band (RFRegion) value.- Specified by:
getRfRegionin interfaceCfnMulticastGroupPropsMixin.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()
-