@Generated(value="software.amazon.awssdk:codegen") public final class LoRaWANMulticastGet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANMulticastGet.Builder,LoRaWANMulticastGet>
The LoRaWAN information that is to be returned from getting multicast group information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoRaWANMulticastGet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoRaWANMulticastGet.Builder |
builder() |
DlClass |
dlClass()
Returns the value of the DlClass property for this object.
|
String |
dlClassAsString()
Returns the value of the DlClass property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
numberOfDevicesInGroup()
Returns the value of the NumberOfDevicesInGroup property for this object.
|
Integer |
numberOfDevicesRequested()
Returns the value of the NumberOfDevicesRequested property for this object.
|
SupportedRfRegion |
rfRegion()
Returns the value of the RfRegion property for this object.
|
String |
rfRegionAsString()
Returns the value of the RfRegion property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoRaWANMulticastGet.Builder> |
serializableBuilderClass() |
LoRaWANMulticastGet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SupportedRfRegion rfRegion()
If the service returns an enum value that is not available in the current SDK version, rfRegion will
return SupportedRfRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rfRegionAsString().
SupportedRfRegionpublic final String rfRegionAsString()
If the service returns an enum value that is not available in the current SDK version, rfRegion will
return SupportedRfRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rfRegionAsString().
SupportedRfRegionpublic final DlClass dlClass()
If the service returns an enum value that is not available in the current SDK version, dlClass will
return DlClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dlClassAsString().
DlClasspublic final String dlClassAsString()
If the service returns an enum value that is not available in the current SDK version, dlClass will
return DlClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dlClassAsString().
DlClasspublic final Integer numberOfDevicesRequested()
public final Integer numberOfDevicesInGroup()
public LoRaWANMulticastGet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoRaWANMulticastGet.Builder,LoRaWANMulticastGet>public static LoRaWANMulticastGet.Builder builder()
public static Class<? extends LoRaWANMulticastGet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.