/AWS1/CL_MHSPIPELINEINFO¶
Detailed information of the pipeline.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pipelinetype TYPE /AWS1/MHSPIPELINETYPE /AWS1/MHSPIPELINETYPE¶
The type of pipeline.
iv_pipelineconftimestamp TYPE /AWS1/MHSSTRING /AWS1/MHSSTRING¶
The time when the pipeline info was configured.
Queryable Attributes¶
pipelineType¶
The type of pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINETYPE() |
Getter for PIPELINETYPE, with configurable default |
ASK_PIPELINETYPE() |
Getter for PIPELINETYPE w/ exceptions if field has no value |
HAS_PIPELINETYPE() |
Determine if PIPELINETYPE has a value |
pipelineConfigurationTimeStamp¶
The time when the pipeline info was configured.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINECONFTIMESTAMP() |
Getter for PIPELINECONFTIMESTAMP, with configurable default |
ASK_PIPELINECONFTIMESTAMP() |
Getter for PIPELINECONFTIMESTAMP w/ exceptions if field has |
HAS_PIPELINECONFTIMESTAMP() |
Determine if PIPELINECONFTIMESTAMP 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_PIPELINEINFOLIST¶
TYPES TT_PIPELINEINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MHSPIPELINEINFO WITH DEFAULT KEY
.