public class BidSimulationApi extends Object
| 构造器和说明 |
|---|
BidSimulationApi() |
BidSimulationApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
BidSimulationGetResponse |
bidSimulationGet(BidSimulationGetRequest data)
获取出价模拟信息
|
com.squareup.okhttp.Call |
bidSimulationGetAsync(BidSimulationGetRequest data,
ApiCallback<BidSimulationGetResponse> callback)
获取出价模拟信息 (asynchronously)
|
com.squareup.okhttp.Call |
bidSimulationGetCall(BidSimulationGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for bidSimulationGet
|
ApiResponse<BidSimulationGetResponse> |
bidSimulationGetWithHttpInfo(BidSimulationGetRequest data)
获取出价模拟信息
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public BidSimulationApi()
public BidSimulationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call bidSimulationGetCall(BidSimulationGetRequest 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 BidSimulationGetResponse bidSimulationGet(BidSimulationGetRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<BidSimulationGetResponse> bidSimulationGetWithHttpInfo(BidSimulationGetRequest 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 bidSimulationGetAsync(BidSimulationGetRequest data, ApiCallback<BidSimulationGetResponse> 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.