/AWS1/CL_MDLTHUMBNAILDETAIL¶
Thumbnail details for one pipeline of a running channel.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pipelineid TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
Pipeline ID
it_thumbnails TYPE /AWS1/CL_MDLTHUMBNAIL=>TT___LISTOFTHUMBNAIL TT___LISTOFTHUMBNAIL¶
thumbnails of a single pipeline
Queryable Attributes¶
PipelineId¶
Pipeline ID
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEID() |
Getter for PIPELINEID, with configurable default |
ASK_PIPELINEID() |
Getter for PIPELINEID w/ exceptions if field has no value |
HAS_PIPELINEID() |
Determine if PIPELINEID has a value |
Thumbnails¶
thumbnails of a single pipeline
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THUMBNAILS() |
Getter for THUMBNAILS, with configurable default |
ASK_THUMBNAILS() |
Getter for THUMBNAILS w/ exceptions if field has no value |
HAS_THUMBNAILS() |
Determine if THUMBNAILS 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___LISTOFTHUMBNAILDETAIL¶
TYPES TT___LISTOFTHUMBNAILDETAIL TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLTHUMBNAILDETAIL WITH DEFAULT KEY
.