/AWS1/CL_MD2INGESTENDPOINT¶
The ingest domain URL where the source stream should be sent.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
The system-generated unique identifier for the IngestEndpoint.
iv_url TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
The ingest domain URL where the source stream should be sent.
Queryable Attributes¶
Id¶
The system-generated unique identifier for the IngestEndpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Url¶
The ingest domain URL where the source stream should be sent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL 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_INGESTENDPOINTLIST¶
TYPES TT_INGESTENDPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MD2INGESTENDPOINT WITH DEFAULT KEY
.