public class HourlyReportsApi extends Object
| 构造器和说明 |
|---|
HourlyReportsApi() |
HourlyReportsApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiClient |
getApiClient() |
HourlyReportsGetResponse |
hourlyReportsGet(Long accountId,
String level,
DateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields)
获取小时报表
|
com.squareup.okhttp.Call |
hourlyReportsGetAsync(Long accountId,
String level,
DateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields,
ApiCallback<HourlyReportsGetResponse> callback)
获取小时报表 (asynchronously)
|
com.squareup.okhttp.Call |
hourlyReportsGetCall(Long accountId,
String level,
DateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hourlyReportsGet
|
ApiResponse<HourlyReportsGetResponse> |
hourlyReportsGetWithHttpInfo(Long accountId,
String level,
DateRange dateRange,
List<FilteringStruct> filtering,
List<String> groupBy,
List<OrderByStruct> orderBy,
Long page,
Long pageSize,
String timeLine,
List<String> fields)
获取小时报表
|
void |
setApiClient(ApiClient apiClient) |
public HourlyReportsApi()
public HourlyReportsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call hourlyReportsGetCall(Long accountId, String level, DateRange dateRange, List<FilteringStruct> filtering, List<String> groupBy, List<OrderByStruct> orderBy, Long page, Long pageSize, String timeLine, List<String> fields, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)level - (required)dateRange - (required)filtering - (optional)groupBy - (optional)orderBy - (optional)page - (optional)pageSize - (optional)timeLine - (optional)fields - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic HourlyReportsGetResponse hourlyReportsGet(Long accountId, String level, DateRange dateRange, List<FilteringStruct> filtering, List<String> groupBy, List<OrderByStruct> orderBy, Long page, Long pageSize, String timeLine, List<String> fields) throws ApiException
accountId - (required)level - (required)dateRange - (required)filtering - (optional)groupBy - (optional)orderBy - (optional)page - (optional)pageSize - (optional)timeLine - (optional)fields - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<HourlyReportsGetResponse> hourlyReportsGetWithHttpInfo(Long accountId, String level, DateRange dateRange, List<FilteringStruct> filtering, List<String> groupBy, List<OrderByStruct> orderBy, Long page, Long pageSize, String timeLine, List<String> fields) throws ApiException
accountId - (required)level - (required)dateRange - (required)filtering - (optional)groupBy - (optional)orderBy - (optional)page - (optional)pageSize - (optional)timeLine - (optional)fields - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call hourlyReportsGetAsync(Long accountId, String level, DateRange dateRange, List<FilteringStruct> filtering, List<String> groupBy, List<OrderByStruct> orderBy, Long page, Long pageSize, String timeLine, List<String> fields, ApiCallback<HourlyReportsGetResponse> callback) throws ApiException
accountId - (required)level - (required)dateRange - (required)filtering - (optional)groupBy - (optional)orderBy - (optional)page - (optional)pageSize - (optional)timeLine - (optional)fields - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020. All rights reserved.