/AWS1/CL_PP2TESTINGAGENTINFO¶
Contains details about the testing agent associated with an RCS agent.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/PP2TESTINGAGENTSTATUS /AWS1/PP2TESTINGAGENTSTATUS¶
The current status of the testing agent.
iv_registrationid TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The unique identifier of the registration associated with the testing agent.
Optional arguments:¶
iv_testingagentid TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The unique identifier for the testing agent.
Queryable Attributes¶
Status¶
The current status of the testing agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
TestingAgentId¶
The unique identifier for the testing agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTINGAGENTID() |
Getter for TESTINGAGENTID, with configurable default |
ASK_TESTINGAGENTID() |
Getter for TESTINGAGENTID w/ exceptions if field has no valu |
HAS_TESTINGAGENTID() |
Determine if TESTINGAGENTID has a value |
RegistrationId¶
The unique identifier of the registration associated with the testing agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONID() |
Getter for REGISTRATIONID, with configurable default |
ASK_REGISTRATIONID() |
Getter for REGISTRATIONID w/ exceptions if field has no valu |
HAS_REGISTRATIONID() |
Determine if REGISTRATIONID has a value |