/AWS1/CL_REVQUERYDATAPOINT¶
A data point in a dependency query range.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_timestamp TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp of the data point.
iv_querycount TYPE /AWS1/REVLONG /AWS1/REVLONG¶
The number of queries at this data point.
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 |
queryCount¶
The number of queries at this data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYCOUNT() |
Getter for QUERYCOUNT, with configurable default |
ASK_QUERYCOUNT() |
Getter for QUERYCOUNT w/ exceptions if field has no value |
HAS_QUERYCOUNT() |
Determine if QUERYCOUNT 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_QUERYDATAPOINTLIST¶
TYPES TT_QUERYDATAPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVQUERYDATAPOINT WITH DEFAULT KEY
.