@Generated(value="software.amazon.awssdk:codegen") public final class LoRaWANDevice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANDevice.Builder,LoRaWANDevice>
LoRaWAN object for create functions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoRaWANDevice.Builder |
| Modifier and Type | Method and Description |
|---|---|
AbpV1_0_x |
abpV1_0_x()
LoRaWAN object for create APIs
|
AbpV1_1 |
abpV1_1()
ABP device object for create APIs for v1.1
|
static LoRaWANDevice.Builder |
builder() |
String |
devEui()
The DevEUI value.
|
String |
deviceProfileId()
The ID of the device profile for the new wireless device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FPorts |
fPorts()
Returns the value of the FPorts property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OtaaV1_0_x |
otaaV1_0_x()
OTAA device object for create APIs for v1.0.x
|
OtaaV1_1 |
otaaV1_1()
OTAA device object for v1.1 for create APIs
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoRaWANDevice.Builder> |
serializableBuilderClass() |
String |
serviceProfileId()
The ID of the service profile.
|
LoRaWANDevice.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String devEui()
The DevEUI value.
public final String deviceProfileId()
The ID of the device profile for the new wireless device.
public final String serviceProfileId()
The ID of the service profile.
public final OtaaV1_1 otaaV1_1()
OTAA device object for v1.1 for create APIs
public final OtaaV1_0_x otaaV1_0_x()
OTAA device object for create APIs for v1.0.x
public final AbpV1_1 abpV1_1()
ABP device object for create APIs for v1.1
public final AbpV1_0_x abpV1_0_x()
LoRaWAN object for create APIs
public final FPorts fPorts()
public LoRaWANDevice.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoRaWANDevice.Builder,LoRaWANDevice>public static LoRaWANDevice.Builder builder()
public static Class<? extends LoRaWANDevice.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.