The Class Query.
- Author
- sumitpal.singh
Definition at line 19 of file Query.java.
◆ getAggregator()
String org.openkilda.integration.model.Query.getAggregator |
( |
| ) |
|
Gets the aggregator.
- Returns
- the aggregator
Definition at line 62 of file Query.java.
◆ getDownsample()
String org.openkilda.integration.model.Query.getDownsample |
( |
| ) |
|
Gets the downsample.
- Returns
- the downsample
Definition at line 80 of file Query.java.
◆ getFilters()
List<Filter> org.openkilda.integration.model.Query.getFilters |
( |
| ) |
|
Gets the filters.
- Returns
- the filters
Definition at line 116 of file Query.java.
◆ getMetric()
String org.openkilda.integration.model.Query.getMetric |
( |
| ) |
|
Gets the metric.
- Returns
- the metric
Definition at line 98 of file Query.java.
◆ isRate()
boolean org.openkilda.integration.model.Query.isRate |
( |
| ) |
|
Checks if is rate.
- Returns
- true, if is rate
Definition at line 44 of file Query.java.
◆ setAggregator()
void org.openkilda.integration.model.Query.setAggregator |
( |
final String |
aggregator | ) |
|
Sets the aggregator.
- Parameters
-
aggregator | the new aggregator |
Definition at line 71 of file Query.java.
◆ setDownsample()
void org.openkilda.integration.model.Query.setDownsample |
( |
final String |
downsample | ) |
|
Sets the downsample.
- Parameters
-
downsample | the new downsample |
Definition at line 89 of file Query.java.
◆ setFilters()
void org.openkilda.integration.model.Query.setFilters |
( |
final List< Filter > |
filters | ) |
|
Sets the filters.
- Parameters
-
Definition at line 125 of file Query.java.
◆ setMetric()
void org.openkilda.integration.model.Query.setMetric |
( |
final String |
metric | ) |
|
Sets the metric.
- Parameters
-
Definition at line 107 of file Query.java.
◆ setRate()
void org.openkilda.integration.model.Query.setRate |
( |
final boolean |
rate | ) |
|
Sets the rate.
- Parameters
-
Definition at line 53 of file Query.java.
◆ toString()
String org.openkilda.integration.model.Query.toString |
( |
| ) |
|
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/integration/model/Query.java