Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
MetricsResultDto |
MetricsApi.getMetrics(String metricsName,
Date startDate,
Date endDate)
Get Sum
Retrieves the `sum` (count) for a given metric.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<MetricsResultDto> |
MetricsApi.getMetricsWithHttpInfo(String metricsName,
Date startDate,
Date endDate)
Get Sum
Retrieves the `sum` (count) for a given metric.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
MetricsApi.getMetricsAsync(String metricsName,
Date startDate,
Date endDate,
ApiCallback<MetricsResultDto> _callback)
Get Sum (asynchronously)
Retrieves the `sum` (count) for a given metric.
|
Modifier and Type | Method and Description |
---|---|
MetricsResultDto |
MetricsResultDto.result(Long result) |
Copyright © 2022. All rights reserved.