/AWS1/CL_IOWGETMULTICASTGRPRSP¶
GetMulticastGroupResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/IOWMULTICASTGROUPARN /AWS1/IOWMULTICASTGROUPARN¶
The arn of the multicast group.
iv_id TYPE /AWS1/IOWMULTICASTGROUPID /AWS1/IOWMULTICASTGROUPID¶
The ID of the multicast group.
iv_name TYPE /AWS1/IOWMULTICASTGROUPNAME /AWS1/IOWMULTICASTGROUPNAME¶
The name of the multicast group.
iv_description TYPE /AWS1/IOWDESCRIPTION /AWS1/IOWDESCRIPTION¶
The description of the new resource.
iv_status TYPE /AWS1/IOWMULTICASTGROUPSTATUS /AWS1/IOWMULTICASTGROUPSTATUS¶
The status of the multicast group.
io_lorawan TYPE REF TO /AWS1/CL_IOWLORAWANMULTICAST00 /AWS1/CL_IOWLORAWANMULTICAST00¶
The LoRaWAN information that is to be returned from getting multicast group information.
iv_createdat TYPE /AWS1/IOWCREATEDAT /AWS1/IOWCREATEDAT¶
Created at timestamp for the resource.
Queryable Attributes¶
Arn¶
The arn of the multicast group.
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 multicast group.
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 multicast group.
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 new 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 |
Status¶
The status of the multicast group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
LoRaWAN¶
The LoRaWAN information that is to be returned from getting multicast group information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LORAWAN() |
Getter for LORAWAN |
CreatedAt¶
Created at timestamp for the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |