@Generated(value="software.amazon.awssdk:codegen") public final class LoRaWANDeviceMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANDeviceMetadata.Builder,LoRaWANDeviceMetadata>
LoRaWAN device metatdata.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoRaWANDeviceMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoRaWANDeviceMetadata.Builder |
builder() |
Integer |
dataRate()
The DataRate value.
|
String |
devEui()
The DevEUI value.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
fPort()
The FPort value.
|
Integer |
frequency()
The device's channel frequency in Hz.
|
List<LoRaWANGatewayMetadata> |
gateways()
Information about the gateways accessed by the device.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasGateways()
Returns true if the Gateways property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoRaWANDeviceMetadata.Builder> |
serializableBuilderClass() |
String |
timestamp()
The date and time of the metadata.
|
LoRaWANDeviceMetadata.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 Integer fPort()
The FPort value.
public final Integer dataRate()
The DataRate value.
public final Integer frequency()
The device's channel frequency in Hz.
public final String timestamp()
The date and time of the metadata.
public final boolean hasGateways()
public final List<LoRaWANGatewayMetadata> gateways()
Information about the gateways accessed by the device.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasGateways() to see if a value was sent in this field.
public LoRaWANDeviceMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoRaWANDeviceMetadata.Builder,LoRaWANDeviceMetadata>public static LoRaWANDeviceMetadata.Builder builder()
public static Class<? extends LoRaWANDeviceMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.