/AWS1/CL_REVQUERYRANGE¶
Defines a time range for dependency query data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_starttime TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The start time of the query range.
iv_endtime TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The end time of the query range.
iv_granularity TYPE /AWS1/REVQUERYGRANULARITY /AWS1/REVQUERYGRANULARITY¶
The granularity of the query range data points.
it_datapoints TYPE /AWS1/CL_REVQUERYDATAPOINT=>TT_QUERYDATAPOINTLIST TT_QUERYDATAPOINTLIST¶
The data points within the query range.
Queryable Attributes¶
startTime¶
The start time of the query range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The end time of the query range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
granularity¶
The granularity of the query range data points.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRANULARITY() |
Getter for GRANULARITY, with configurable default |
ASK_GRANULARITY() |
Getter for GRANULARITY w/ exceptions if field has no value |
HAS_GRANULARITY() |
Determine if GRANULARITY has a value |
dataPoints¶
The data points within the query range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAPOINTS() |
Getter for DATAPOINTS, with configurable default |
ASK_DATAPOINTS() |
Getter for DATAPOINTS w/ exceptions if field has no value |
HAS_DATAPOINTS() |
Determine if DATAPOINTS has a value |