@Generated(value="software.amazon.awssdk:codegen") public final class WirelessGatewayStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WirelessGatewayStatistics.Builder,WirelessGatewayStatistics>
Information about a wireless gateway's operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WirelessGatewayStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name of the resource.
|
static WirelessGatewayStatistics.Builder |
builder() |
String |
description()
The description of the resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the wireless gateway reporting the data.
|
String |
lastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
LoRaWANGateway |
loRaWAN()
LoRaWAN gateway info.
|
String |
name()
The name of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WirelessGatewayStatistics.Builder> |
serializableBuilderClass() |
WirelessGatewayStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name of the resource.
public final String id()
The ID of the wireless gateway reporting the data.
public final String name()
The name of the resource.
public final String description()
The description of the resource.
public final LoRaWANGateway loRaWAN()
LoRaWAN gateway info.
public final String lastUplinkReceivedAt()
The date and time when the most recent uplink was received.
public WirelessGatewayStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WirelessGatewayStatistics.Builder,WirelessGatewayStatistics>public static WirelessGatewayStatistics.Builder builder()
public static Class<? extends WirelessGatewayStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.