public static final class CfnMulticastGroup.LoRaWANProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMulticastGroup.LoRaWANProperty
CfnMulticastGroup.LoRaWANProperty
CfnMulticastGroup.LoRaWANProperty.Builder, CfnMulticastGroup.LoRaWANProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDlClass()
DlClass for LoRaWAN.
|
java.lang.Number |
getNumberOfDevicesInGroup()
Number of devices that are associated to the multicast group.
|
java.lang.Number |
getNumberOfDevicesRequested()
Number of devices that are requested to be associated with the multicast group.
|
java.lang.String |
getRfRegion()
The frequency band (RFRegion) value.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDlClass()
CfnMulticastGroup.LoRaWANProperty
Valid values are ClassB and ClassC.
getDlClass
in interface CfnMulticastGroup.LoRaWANProperty
public final java.lang.String getRfRegion()
CfnMulticastGroup.LoRaWANProperty
getRfRegion
in interface CfnMulticastGroup.LoRaWANProperty
public final java.lang.Number getNumberOfDevicesInGroup()
CfnMulticastGroup.LoRaWANProperty
getNumberOfDevicesInGroup
in interface CfnMulticastGroup.LoRaWANProperty
public final java.lang.Number getNumberOfDevicesRequested()
CfnMulticastGroup.LoRaWANProperty
getNumberOfDevicesRequested
in interface CfnMulticastGroup.LoRaWANProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()