/AWS1/CL_IVRREDNDNTINGESTCRED¶
An object representing a redundant ingest credential.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_participantid TYPE /AWS1/IVRPARTICIPANTID /AWS1/IVRPARTICIPANTID¶
ID of the participant within the stage.
iv_streamkey TYPE /AWS1/IVRSTREAMKEY /AWS1/IVRSTREAMKEY¶
Ingest-key value.
Queryable Attributes¶
participantId¶
ID of the participant within the stage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTICIPANTID() |
Getter for PARTICIPANTID, with configurable default |
ASK_PARTICIPANTID() |
Getter for PARTICIPANTID w/ exceptions if field has no value |
HAS_PARTICIPANTID() |
Determine if PARTICIPANTID has a value |
streamKey¶
Ingest-key value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMKEY() |
Getter for STREAMKEY, with configurable default |
ASK_STREAMKEY() |
Getter for STREAMKEY w/ exceptions if field has no value |
HAS_STREAMKEY() |
Determine if STREAMKEY 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_REDUNDANTINGESTCREDENTIALS¶
TYPES TT_REDUNDANTINGESTCREDENTIALS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IVRREDNDNTINGESTCRED WITH DEFAULT KEY
.