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