/AWS1/CL_CWTINSIGHTRLCONTRIB02¶
One data point related to one contributor.
For more information, see GetInsightRuleReport and InsightRuleContributor.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_timestamp TYPE /AWS1/CWTTIMESTAMP /AWS1/CWTTIMESTAMP¶
The timestamp of the data point.
iv_approximatevalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The approximate value that this contributor added during this timestamp.
Queryable Attributes¶
Timestamp¶
The timestamp of the data point.
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 |
ApproximateValue¶
The approximate value that this contributor added during this timestamp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROXIMATEVALUE() |
Getter for APPROXIMATEVALUE, with configurable default |
ASK_APPROXIMATEVALUE() |
Getter for APPROXIMATEVALUE w/ exceptions if field has no va |
STR_APPROXIMATEVALUE() |
String format for APPROXIMATEVALUE, with configurable defaul |
HAS_APPROXIMATEVALUE() |
Determine if APPROXIMATEVALUE 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_INSIGHTRULECONTRIBDATAPTS¶
TYPES TT_INSIGHTRULECONTRIBDATAPTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWTINSIGHTRLCONTRIB02 WITH DEFAULT KEY
.