@Generated(value="software.amazon.awssdk:codegen") public final class WirelessDeviceStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WirelessDeviceStatistics.Builder,WirelessDeviceStatistics>
Information about a wireless device's operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WirelessDeviceStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name of the resource.
|
static WirelessDeviceStatistics.Builder |
builder() |
String |
destinationName()
The name of the destination to which the device is assigned.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FuotaDeviceStatus |
fuotaDeviceStatus()
Returns the value of the FuotaDeviceStatus property for this object.
|
String |
fuotaDeviceStatusAsString()
Returns the value of the FuotaDeviceStatus property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the wireless device reporting the data.
|
String |
lastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
LoRaWANListDevice |
loRaWAN()
LoRaWAN device info.
|
Integer |
mcGroupId()
Returns the value of the McGroupId property for this object.
|
String |
multicastDeviceStatus()
The status of the wireless device in the multicast group.
|
String |
name()
The name of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WirelessDeviceStatistics.Builder> |
serializableBuilderClass() |
SidewalkListDevice |
sidewalk()
The Sidewalk account credentials.
|
WirelessDeviceStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WirelessDeviceType |
type()
The wireless device type.
|
String |
typeAsString()
The wireless device type.
|
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 device reporting the data.
public final WirelessDeviceType type()
The wireless device type.
If the service returns an enum value that is not available in the current SDK version, type will return
WirelessDeviceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
WirelessDeviceTypepublic final String typeAsString()
The wireless device type.
If the service returns an enum value that is not available in the current SDK version, type will return
WirelessDeviceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
WirelessDeviceTypepublic final String name()
The name of the resource.
public final String destinationName()
The name of the destination to which the device is assigned.
public final String lastUplinkReceivedAt()
The date and time when the most recent uplink was received.
public final LoRaWANListDevice loRaWAN()
LoRaWAN device info.
public final SidewalkListDevice sidewalk()
The Sidewalk account credentials.
public final FuotaDeviceStatus fuotaDeviceStatus()
If the service returns an enum value that is not available in the current SDK version, fuotaDeviceStatus
will return FuotaDeviceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fuotaDeviceStatusAsString().
FuotaDeviceStatuspublic final String fuotaDeviceStatusAsString()
If the service returns an enum value that is not available in the current SDK version, fuotaDeviceStatus
will return FuotaDeviceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fuotaDeviceStatusAsString().
FuotaDeviceStatuspublic final String multicastDeviceStatus()
The status of the wireless device in the multicast group.
public final Integer mcGroupId()
public WirelessDeviceStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WirelessDeviceStatistics.Builder,WirelessDeviceStatistics>public static WirelessDeviceStatistics.Builder builder()
public static Class<? extends WirelessDeviceStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.