@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WirelessGatewayStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Information about a wireless gateway's operation.
Constructor and Description |
---|
WirelessGatewayStatistics() |
Modifier and Type | Method and Description |
---|---|
WirelessGatewayStatistics |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name of the resource.
|
String |
getDescription()
The description of the resource.
|
String |
getId()
The ID of the wireless gateway reporting the data.
|
String |
getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
LoRaWANGateway |
getLoRaWAN()
LoRaWAN gateway info.
|
String |
getName()
The name of the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name of the resource.
|
void |
setDescription(String description)
The description of the resource.
|
void |
setId(String id)
The ID of the wireless gateway reporting the data.
|
void |
setLastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
|
void |
setLoRaWAN(LoRaWANGateway loRaWAN)
LoRaWAN gateway info.
|
void |
setName(String name)
The name of the resource.
|
String |
toString()
Returns a string representation of this object.
|
WirelessGatewayStatistics |
withArn(String arn)
The Amazon Resource Name of the resource.
|
WirelessGatewayStatistics |
withDescription(String description)
The description of the resource.
|
WirelessGatewayStatistics |
withId(String id)
The ID of the wireless gateway reporting the data.
|
WirelessGatewayStatistics |
withLastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
|
WirelessGatewayStatistics |
withLoRaWAN(LoRaWANGateway loRaWAN)
LoRaWAN gateway info.
|
WirelessGatewayStatistics |
withName(String name)
The name of the resource.
|
public void setArn(String arn)
The Amazon Resource Name of the resource.
arn
- The Amazon Resource Name of the resource.public String getArn()
The Amazon Resource Name of the resource.
public WirelessGatewayStatistics withArn(String arn)
The Amazon Resource Name of the resource.
arn
- The Amazon Resource Name of the resource.public void setId(String id)
The ID of the wireless gateway reporting the data.
id
- The ID of the wireless gateway reporting the data.public String getId()
The ID of the wireless gateway reporting the data.
public WirelessGatewayStatistics withId(String id)
The ID of the wireless gateway reporting the data.
id
- The ID of the wireless gateway reporting the data.public void setName(String name)
The name of the resource.
name
- The name of the resource.public String getName()
The name of the resource.
public WirelessGatewayStatistics withName(String name)
The name of the resource.
name
- The name of the resource.public void setDescription(String description)
The description of the resource.
description
- The description of the resource.public String getDescription()
The description of the resource.
public WirelessGatewayStatistics withDescription(String description)
The description of the resource.
description
- The description of the resource.public void setLoRaWAN(LoRaWANGateway loRaWAN)
LoRaWAN gateway info.
loRaWAN
- LoRaWAN gateway info.public LoRaWANGateway getLoRaWAN()
LoRaWAN gateway info.
public WirelessGatewayStatistics withLoRaWAN(LoRaWANGateway loRaWAN)
LoRaWAN gateway info.
loRaWAN
- LoRaWAN gateway info.public void setLastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
lastUplinkReceivedAt
- The date and time when the most recent uplink was received. This value is only valid for 3 months.
public String getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
This value is only valid for 3 months.
public WirelessGatewayStatistics withLastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
lastUplinkReceivedAt
- The date and time when the most recent uplink was received. This value is only valid for 3 months.
public String toString()
toString
in class Object
Object.toString()
public WirelessGatewayStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.