Skip to content

/AWS1/CL_EVSCONNECTORCHECK

A check on a connector to identify connectivity health.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_type TYPE /AWS1/EVSCHECKTYPE /AWS1/EVSCHECKTYPE

The check type.

iv_result TYPE /AWS1/EVSCHECKRESULT /AWS1/EVSCHECKRESULT

The check result.

iv_lastcheckattempt TYPE /AWS1/EVSTIMESTAMP /AWS1/EVSTIMESTAMP

The date and time of the last check attempt.

iv_impairedsince TYPE /AWS1/EVSTIMESTAMP /AWS1/EVSTIMESTAMP

The time when connector health began to be impaired.


Queryable Attributes

type

The check type.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

result

The check result.

Accessible with the following methods

Method Description
GET_RESULT() Getter for RESULT, with configurable default
ASK_RESULT() Getter for RESULT w/ exceptions if field has no value
HAS_RESULT() Determine if RESULT has a value

lastCheckAttempt

The date and time of the last check attempt.

Accessible with the following methods

Method Description
GET_LASTCHECKATTEMPT() Getter for LASTCHECKATTEMPT, with configurable default
ASK_LASTCHECKATTEMPT() Getter for LASTCHECKATTEMPT w/ exceptions if field has no va
HAS_LASTCHECKATTEMPT() Determine if LASTCHECKATTEMPT has a value

impairedSince

The time when connector health began to be impaired.

Accessible with the following methods

Method Description
GET_IMPAIREDSINCE() Getter for IMPAIREDSINCE, with configurable default
ASK_IMPAIREDSINCE() Getter for IMPAIREDSINCE w/ exceptions if field has no value
HAS_IMPAIREDSINCE() Determine if IMPAIREDSINCE 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_CONNECTORSCHECKSLIST

TYPES TT_CONNECTORSCHECKSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EVSCONNECTORCHECK WITH DEFAULT KEY
.