/AWS1/CL_EBNEVENTDESCRIPTION¶
Describes an event.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_eventdate TYPE /AWS1/EBNEVENTDATE /AWS1/EBNEVENTDATE¶
The date when the event occurred.
iv_message TYPE /AWS1/EBNEVENTMESSAGE /AWS1/EBNEVENTMESSAGE¶
The event message.
iv_applicationname TYPE /AWS1/EBNAPPLICATIONNAME /AWS1/EBNAPPLICATIONNAME¶
The application associated with the event.
iv_versionlabel TYPE /AWS1/EBNVERSIONLABEL /AWS1/EBNVERSIONLABEL¶
The release label for the application version associated with this event.
iv_templatename TYPE /AWS1/EBNCONFTEMPLATENAME /AWS1/EBNCONFTEMPLATENAME¶
The name of the configuration associated with this event.
iv_environmentname TYPE /AWS1/EBNENVIRONMENTNAME /AWS1/EBNENVIRONMENTNAME¶
The name of the environment associated with this event.
iv_platformarn TYPE /AWS1/EBNPLATFORMARN /AWS1/EBNPLATFORMARN¶
The ARN of the platform version.
iv_requestid TYPE /AWS1/EBNREQUESTID /AWS1/EBNREQUESTID¶
The web service request ID for the activity of this event.
iv_severity TYPE /AWS1/EBNEVENTSEVERITY /AWS1/EBNEVENTSEVERITY¶
The severity level of this event.
Queryable Attributes¶
EventDate¶
The date when the event occurred.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTDATE() |
Getter for EVENTDATE, with configurable default |
ASK_EVENTDATE() |
Getter for EVENTDATE w/ exceptions if field has no value |
HAS_EVENTDATE() |
Determine if EVENTDATE has a value |
Message¶
The event message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
ApplicationName¶
The application associated with the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONNAME() |
Getter for APPLICATIONNAME, with configurable default |
ASK_APPLICATIONNAME() |
Getter for APPLICATIONNAME w/ exceptions if field has no val |
HAS_APPLICATIONNAME() |
Determine if APPLICATIONNAME has a value |
VersionLabel¶
The release label for the application version associated with this event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONLABEL() |
Getter for VERSIONLABEL, with configurable default |
ASK_VERSIONLABEL() |
Getter for VERSIONLABEL w/ exceptions if field has no value |
HAS_VERSIONLABEL() |
Determine if VERSIONLABEL has a value |
TemplateName¶
The name of the configuration associated with this event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATENAME() |
Getter for TEMPLATENAME, with configurable default |
ASK_TEMPLATENAME() |
Getter for TEMPLATENAME w/ exceptions if field has no value |
HAS_TEMPLATENAME() |
Determine if TEMPLATENAME has a value |
EnvironmentName¶
The name of the environment associated with this event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTNAME() |
Getter for ENVIRONMENTNAME, with configurable default |
ASK_ENVIRONMENTNAME() |
Getter for ENVIRONMENTNAME w/ exceptions if field has no val |
HAS_ENVIRONMENTNAME() |
Determine if ENVIRONMENTNAME has a value |
PlatformArn¶
The ARN of the platform version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLATFORMARN() |
Getter for PLATFORMARN, with configurable default |
ASK_PLATFORMARN() |
Getter for PLATFORMARN w/ exceptions if field has no value |
HAS_PLATFORMARN() |
Determine if PLATFORMARN has a value |
RequestId¶
The web service request ID for the activity of this event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |
Severity¶
The severity level of this event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITY() |
Getter for SEVERITY, with configurable default |
ASK_SEVERITY() |
Getter for SEVERITY w/ exceptions if field has no value |
HAS_SEVERITY() |
Determine if SEVERITY 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_EVENTDESCRIPTIONLIST¶
TYPES TT_EVENTDESCRIPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EBNEVENTDESCRIPTION WITH DEFAULT KEY
.