/AWS1/CL_SMSGETAPPRESPONSE¶
GetAppResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_appsummary TYPE REF TO /AWS1/CL_SMSAPPSUMMARY /AWS1/CL_SMSAPPSUMMARY¶
Information about the application.
it_servergroups TYPE /AWS1/CL_SMSSERVERGROUP=>TT_SERVERGROUPS TT_SERVERGROUPS¶
The server groups that belong to the application.
it_tags TYPE /AWS1/CL_SMSTAG=>TT_TAGS TT_TAGS¶
The tags associated with the application.
Queryable Attributes¶
appSummary¶
Information about the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPSUMMARY() |
Getter for APPSUMMARY |
serverGroups¶
The server groups that belong to the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERGROUPS() |
Getter for SERVERGROUPS, with configurable default |
ASK_SERVERGROUPS() |
Getter for SERVERGROUPS w/ exceptions if field has no value |
HAS_SERVERGROUPS() |
Determine if SERVERGROUPS has a value |
tags¶
The tags associated with the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |