@Generated(value="software.amazon.awssdk:codegen") public final class LoRaWANUpdateGatewayTaskEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANUpdateGatewayTaskEntry.Builder,LoRaWANUpdateGatewayTaskEntry>
LoRaWANUpdateGatewayTaskEntry object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoRaWANUpdateGatewayTaskEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoRaWANUpdateGatewayTaskEntry.Builder |
builder() |
LoRaWANGatewayVersion |
currentVersion()
The version of the gateways that should receive the update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoRaWANUpdateGatewayTaskEntry.Builder> |
serializableBuilderClass() |
LoRaWANUpdateGatewayTaskEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
LoRaWANGatewayVersion |
updateVersion()
The firmware version to update the gateway to.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LoRaWANGatewayVersion currentVersion()
The version of the gateways that should receive the update.
public final LoRaWANGatewayVersion updateVersion()
The firmware version to update the gateway to.
public LoRaWANUpdateGatewayTaskEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoRaWANUpdateGatewayTaskEntry.Builder,LoRaWANUpdateGatewayTaskEntry>public static LoRaWANUpdateGatewayTaskEntry.Builder builder()
public static Class<? extends LoRaWANUpdateGatewayTaskEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.