public class EstimationApi extends Object
| 构造器和说明 |
|---|
EstimationApi() |
EstimationApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
EstimationGetResponse |
estimationGet(EstimationGetRequest data)
预估覆盖人数
|
com.squareup.okhttp.Call |
estimationGetAsync(EstimationGetRequest data,
ApiCallback<EstimationGetResponse> callback)
预估覆盖人数 (asynchronously)
|
com.squareup.okhttp.Call |
estimationGetCall(EstimationGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for estimationGet
|
ApiResponse<EstimationGetResponse> |
estimationGetWithHttpInfo(EstimationGetRequest data)
预估覆盖人数
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public EstimationApi()
public EstimationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call estimationGetCall(EstimationGetRequest data, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
data - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EstimationGetResponse estimationGet(EstimationGetRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<EstimationGetResponse> estimationGetWithHttpInfo(EstimationGetRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call estimationGetAsync(EstimationGetRequest data, ApiCallback<EstimationGetResponse> callback) throws ApiException
data - (required)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.