/AWS1/CL_MHSDATACOLLDETAILS¶
Detailed information about an assessment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/MHSASSESSMENTSTATUS /AWS1/MHSASSESSMENTSTATUS¶
The status of the assessment.
iv_servers TYPE /AWS1/MHSINTEGER /AWS1/MHSINTEGER¶
The total number of servers in the assessment.
iv_failed TYPE /AWS1/MHSINTEGER /AWS1/MHSINTEGER¶
The number of failed servers in the assessment.
iv_success TYPE /AWS1/MHSINTEGER /AWS1/MHSINTEGER¶
The number of successful servers in the assessment.
iv_inprogress TYPE /AWS1/MHSINTEGER /AWS1/MHSINTEGER¶
The number of servers with the assessment status
IN_PROGESS.
iv_starttime TYPE /AWS1/MHSTIMESTAMP /AWS1/MHSTIMESTAMP¶
The start time of assessment.
iv_completiontime TYPE /AWS1/MHSTIMESTAMP /AWS1/MHSTIMESTAMP¶
The time the assessment completes.
iv_statusmessage TYPE /AWS1/MHSASSESSMENTSTATUSMSG /AWS1/MHSASSESSMENTSTATUSMSG¶
The status message of the assessment.
Queryable Attributes¶
status¶
The status of the assessment.
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 |
servers¶
The total number of servers in the assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERS() |
Getter for SERVERS, with configurable default |
ASK_SERVERS() |
Getter for SERVERS w/ exceptions if field has no value |
HAS_SERVERS() |
Determine if SERVERS has a value |
failed¶
The number of failed servers in the assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |
success¶
The number of successful servers in the assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESS() |
Getter for SUCCESS, with configurable default |
ASK_SUCCESS() |
Getter for SUCCESS w/ exceptions if field has no value |
HAS_SUCCESS() |
Determine if SUCCESS has a value |
inProgress¶
The number of servers with the assessment status
IN_PROGESS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPROGRESS() |
Getter for INPROGRESS, with configurable default |
ASK_INPROGRESS() |
Getter for INPROGRESS w/ exceptions if field has no value |
HAS_INPROGRESS() |
Determine if INPROGRESS has a value |
startTime¶
The start time of assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
completionTime¶
The time the assessment completes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONTIME() |
Getter for COMPLETIONTIME, with configurable default |
ASK_COMPLETIONTIME() |
Getter for COMPLETIONTIME w/ exceptions if field has no valu |
HAS_COMPLETIONTIME() |
Determine if COMPLETIONTIME has a value |
statusMessage¶
The status message of the assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |