/AWS1/CL_IOTJOBEXECSUMMFORTHG¶
The job execution summary for a thing.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/IOTJOBID /AWS1/IOTJOBID¶
The unique identifier you assigned to this job when it was created.
io_jobexecutionsummary TYPE REF TO /AWS1/CL_IOTJOBEXECSUMMARY /AWS1/CL_IOTJOBEXECSUMMARY¶
Contains a subset of information about a job execution.
Queryable Attributes¶
jobId¶
The unique identifier you assigned to this job when it was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
jobExecutionSummary¶
Contains a subset of information about a job execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBEXECUTIONSUMMARY() |
Getter for JOBEXECUTIONSUMMARY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_JOBEXECSUMMARYFORTHINGLIST¶
TYPES TT_JOBEXECSUMMARYFORTHINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTJOBEXECSUMMFORTHG WITH DEFAULT KEY
.