/AWS1/CL_PCYMPASTATUS¶
The status of an MPA session.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mpasessionarn TYPE /AWS1/PCYMPASESSIONARN /AWS1/PCYMPASESSIONARN¶
The ARN of the MPA session.
iv_status TYPE /AWS1/PCYSESSIONSTATUS /AWS1/PCYSESSIONSTATUS¶
The current status of the MPA session.
iv_initiationdate TYPE /AWS1/PCYTIMESTAMP /AWS1/PCYTIMESTAMP¶
The date and time when the MPA session was initiated.
Optional arguments:¶
iv_statusmessage TYPE /AWS1/PCYMPASTATUSMESSAGE /AWS1/PCYMPASTATUSMESSAGE¶
The message providing additional information about the MPA session status.
Queryable Attributes¶
MpaSessionArn¶
The ARN of the MPA session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MPASESSIONARN() |
Getter for MPASESSIONARN, with configurable default |
ASK_MPASESSIONARN() |
Getter for MPASESSIONARN w/ exceptions if field has no value |
HAS_MPASESSIONARN() |
Determine if MPASESSIONARN has a value |
Status¶
The current status of the MPA session.
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 |
InitiationDate¶
The date and time when the MPA session was initiated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INITIATIONDATE() |
Getter for INITIATIONDATE, with configurable default |
ASK_INITIATIONDATE() |
Getter for INITIATIONDATE w/ exceptions if field has no valu |
HAS_INITIATIONDATE() |
Determine if INITIATIONDATE has a value |
StatusMessage¶
The message providing additional information about the MPA session status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |