public class ApiInfoApi extends Object
| 构造器和说明 |
|---|
ApiInfoApi() |
ApiInfoApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiClient |
getApiClient() |
String |
getApiVersion() |
okhttp3.Call |
getApiVersionAsync(ApiCallback<String> _callback)
(asynchronously)
|
okhttp3.Call |
getApiVersionCall(ApiCallback _callback)
Build call for getApiVersion
|
ApiResponse<String> |
getApiVersionWithHttpInfo() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public ApiInfoApi()
public ApiInfoApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call getApiVersionCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - |
public String getApiVersion() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - |
public ApiResponse<String> getApiVersionWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - |
public okhttp3.Call getApiVersionAsync(ApiCallback<String> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - |
Copyright © 2025. All rights reserved.