/AWS1/CL_LM2BOTANLZHISTSUMMARY¶
Contains summary information about a historical bot analysis execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_botanalyzerstatus TYPE /AWS1/LM2BOTANALYZERSTATUS /AWS1/LM2BOTANALYZERSTATUS¶
The status of the historical analysis execution.
Valid Values:
Processing | Available | Failed | Stopping | Stopped
iv_botanalyzerrequestid TYPE /AWS1/LM2UUID /AWS1/LM2UUID¶
The unique identifier for the analysis request.
Optional arguments:¶
iv_creationdatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
The date and time when the analysis was initiated.
Queryable Attributes¶
botAnalyzerStatus¶
The status of the historical analysis execution.
Valid Values:
Processing | Available | Failed | Stopping | Stopped
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTANALYZERSTATUS() |
Getter for BOTANALYZERSTATUS, with configurable default |
ASK_BOTANALYZERSTATUS() |
Getter for BOTANALYZERSTATUS w/ exceptions if field has no v |
HAS_BOTANALYZERSTATUS() |
Determine if BOTANALYZERSTATUS has a value |
creationDateTime¶
The date and time when the analysis was initiated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
botAnalyzerRequestId¶
The unique identifier for the analysis request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTANALYZERREQUESTID() |
Getter for BOTANALYZERREQUESTID, with configurable default |
ASK_BOTANALYZERREQUESTID() |
Getter for BOTANALYZERREQUESTID w/ exceptions if field has n |
HAS_BOTANALYZERREQUESTID() |
Determine if BOTANALYZERREQUESTID 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_BOTANALYZERHISTORYLIST¶
TYPES TT_BOTANALYZERHISTORYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2BOTANLZHISTSUMMARY WITH DEFAULT KEY
.