public class ElfDataStoreApi extends Object
| 构造器和说明 |
|---|
ElfDataStoreApi() |
ElfDataStoreApi(ApiClient apiClient) |
public ElfDataStoreApi()
public ElfDataStoreApi(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 getElfDataStoresCall(GetElfDataStoresRequestBody getElfDataStoresRequestBody, ApiCallback _callback) throws ApiException
getElfDataStoresRequestBody - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<ElfDataStore> getElfDataStores(GetElfDataStoresRequestBody getElfDataStoresRequestBody) throws ApiException
getElfDataStoresRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<ElfDataStore>> getElfDataStoresWithHttpInfo(GetElfDataStoresRequestBody getElfDataStoresRequestBody) throws ApiException
getElfDataStoresRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getElfDataStoresAsync(GetElfDataStoresRequestBody getElfDataStoresRequestBody, ApiCallback<List<ElfDataStore>> _callback) throws ApiException
getElfDataStoresRequestBody - (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 object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getElfDataStoresConnectionCall(GetElfDataStoresConnectionRequestBody getElfDataStoresConnectionRequestBody, ApiCallback _callback) throws ApiException
getElfDataStoresConnectionRequestBody - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ElfDataStoreConnection getElfDataStoresConnection(GetElfDataStoresConnectionRequestBody getElfDataStoresConnectionRequestBody) throws ApiException
getElfDataStoresConnectionRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<ElfDataStoreConnection> getElfDataStoresConnectionWithHttpInfo(GetElfDataStoresConnectionRequestBody getElfDataStoresConnectionRequestBody) throws ApiException
getElfDataStoresConnectionRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getElfDataStoresConnectionAsync(GetElfDataStoresConnectionRequestBody getElfDataStoresConnectionRequestBody, ApiCallback<ElfDataStoreConnection> _callback) throws ApiException
getElfDataStoresConnectionRequestBody - (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 object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
Copyright © 2025. All rights reserved.