/AWS1/CL_IOWWIRELESSGWSTATS¶
Information about a wireless gateway's operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/IOWWIRELESSGATEWAYARN
/AWS1/IOWWIRELESSGATEWAYARN
¶
The Amazon Resource Name of the resource.
iv_id
TYPE /AWS1/IOWWIRELESSGATEWAYID
/AWS1/IOWWIRELESSGATEWAYID
¶
The ID of the wireless gateway reporting the data.
iv_name
TYPE /AWS1/IOWWIRELESSGATEWAYNAME
/AWS1/IOWWIRELESSGATEWAYNAME
¶
The name of the resource.
iv_description
TYPE /AWS1/IOWDESCRIPTION
/AWS1/IOWDESCRIPTION
¶
The description of the resource.
io_lorawan
TYPE REF TO /AWS1/CL_IOWLORAWANGATEWAY
/AWS1/CL_IOWLORAWANGATEWAY
¶
LoRaWAN gateway info.
iv_lastuplinkreceivedat
TYPE /AWS1/IOWISODATETIMESTRING
/AWS1/IOWISODATETIMESTRING
¶
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
Queryable Attributes¶
Arn¶
The Amazon Resource Name of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Id¶
The ID of the wireless gateway reporting the data.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Name¶
The name of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Description¶
The description of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
LoRaWAN¶
LoRaWAN gateway info.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LORAWAN() |
Getter for LORAWAN |
LastUplinkReceivedAt¶
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPLINKRECEIVEDAT() |
Getter for LASTUPLINKRECEIVEDAT, with configurable default |
ASK_LASTUPLINKRECEIVEDAT() |
Getter for LASTUPLINKRECEIVEDAT w/ exceptions if field has n |
HAS_LASTUPLINKRECEIVEDAT() |
Determine if LASTUPLINKRECEIVEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WIRELESSGATEWAYSTATSLIST
¶
TYPES TT_WIRELESSGATEWAYSTATSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWWIRELESSGWSTATS WITH DEFAULT KEY
.