Skip to content

/AWS1/CL_HLTEVENTDETAILS

Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetails operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_EVENT TYPE REF TO /AWS1/CL_HLTEVENT /AWS1/CL_HLTEVENT

Summary information about the event.

IO_EVENTDESCRIPTION TYPE REF TO /AWS1/CL_HLTEVENTDESCRIPTION /AWS1/CL_HLTEVENTDESCRIPTION

The most recent description of the event.

IT_EVENTMETADATA TYPE /AWS1/CL_HLTEVENTMETADATA_W=>TT_EVENTMETADATA TT_EVENTMETADATA

Additional metadata about the event.


Queryable Attributes

event

Summary information about the event.

Accessible with the following methods

Method Description
GET_EVENT() Getter for EVENT

eventDescription

The most recent description of the event.

Accessible with the following methods

Method Description
GET_EVENTDESCRIPTION() Getter for EVENTDESCRIPTION

eventMetadata

Additional metadata about the event.

Accessible with the following methods

Method Description
GET_EVENTMETADATA() Getter for EVENTMETADATA, with configurable default
ASK_EVENTMETADATA() Getter for EVENTMETADATA w/ exceptions if field has no value
HAS_EVENTMETADATA() Determine if EVENTMETADATA 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_DESCREVENTDETSSUCCESSFULSET

TYPES TT_DESCREVENTDETSSUCCESSFULSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_HLTEVENTDETAILS WITH DEFAULT KEY
.