/AWS1/CL_LWDWORKLOADDATASUMM¶
Describes workload data.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_workloadname TYPE /AWS1/LWDWORKLOADNAME /AWS1/LWDWORKLOADNAME¶
The name of the workload.
iv_displayname TYPE /AWS1/LWDSTRING /AWS1/LWDSTRING¶
The display name of the workload data.
Queryable Attributes¶
workloadName¶
The name of the workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKLOADNAME() |
Getter for WORKLOADNAME, with configurable default |
ASK_WORKLOADNAME() |
Getter for WORKLOADNAME w/ exceptions if field has no value |
HAS_WORKLOADNAME() |
Determine if WORKLOADNAME has a value |
displayName¶
The display name of the workload data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME 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_WORKLOADDATASUMMARYLIST¶
TYPES TT_WORKLOADDATASUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LWDWORKLOADDATASUMM WITH DEFAULT KEY
.