/AWS1/CL_REVTESTSOURCEINPUT¶
Identifies a monitoring source to add to or remove from a test. Exactly one member is set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_successcriteriaalarm TYPE REF TO /AWS1/CL_REVSUCCCRITALARMINPUT /AWS1/CL_REVSUCCCRITALARMINPUT¶
A success criteria alarm that determines whether the test passes or fails.
io_observabilityalarm TYPE REF TO /AWS1/CL_REVOBSVALARMINPUT /AWS1/CL_REVOBSVALARMINPUT¶
An observability alarm included for visibility only.
Queryable Attributes¶
successCriteriaAlarm¶
A success criteria alarm that determines whether the test passes or fails.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSCRITERIAALARM() |
Getter for SUCCESSCRITERIAALARM |
observabilityAlarm¶
An observability alarm included for visibility only.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBSERVABILITYALARM() |
Getter for OBSERVABILITYALARM |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TESTSOURCEINPUTLIST¶
TYPES TT_TESTSOURCEINPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVTESTSOURCEINPUT WITH DEFAULT KEY
.