Skip to content

/AWS1/CL_DOGTSMPMETRICVALPAIR

A pair that contains metric values at the respective timestamp.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_timestamp TYPE /AWS1/DOGTIMESTAMP /AWS1/DOGTIMESTAMP

A Timestamp that specifies the time the event occurred.

iv_metricvalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

Value of the anomalous metric data point at respective Timestamp.


Queryable Attributes

Timestamp

A Timestamp that specifies the time the event occurred.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value

MetricValue

Value of the anomalous metric data point at respective Timestamp.

Accessible with the following methods

Method Description
GET_METRICVALUE() Getter for METRICVALUE, with configurable default
ASK_METRICVALUE() Getter for METRICVALUE w/ exceptions if field has no value
STR_METRICVALUE() String format for METRICVALUE, with configurable default
HAS_METRICVALUE() Determine if METRICVALUE 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_TSMPMETRICVALUEPAIRLIST

TYPES TT_TSMPMETRICVALUEPAIRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOGTSMPMETRICVALPAIR WITH DEFAULT KEY
.