public class LogServiceConfigApi extends Object
| 构造器和说明 |
|---|
LogServiceConfigApi() |
LogServiceConfigApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
List<LogServiceConfig> |
getLogServiceConfigs(GetLogServiceConfigsRequestBody getLogServiceConfigsRequestBody) |
okhttp3.Call |
getLogServiceConfigsAsync(GetLogServiceConfigsRequestBody getLogServiceConfigsRequestBody,
ApiCallback<List<LogServiceConfig>> _callback)
(asynchronously)
|
okhttp3.Call |
getLogServiceConfigsCall(GetLogServiceConfigsRequestBody getLogServiceConfigsRequestBody,
ApiCallback _callback)
Build call for getLogServiceConfigs
|
ApiResponse<List<LogServiceConfig>> |
getLogServiceConfigsWithHttpInfo(GetLogServiceConfigsRequestBody getLogServiceConfigsRequestBody) |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public LogServiceConfigApi()
public LogServiceConfigApi(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 getLogServiceConfigsCall(GetLogServiceConfigsRequestBody getLogServiceConfigsRequestBody, ApiCallback _callback) throws ApiException
getLogServiceConfigsRequestBody - (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<LogServiceConfig> getLogServiceConfigs(GetLogServiceConfigsRequestBody getLogServiceConfigsRequestBody) throws ApiException
getLogServiceConfigsRequestBody - (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<LogServiceConfig>> getLogServiceConfigsWithHttpInfo(GetLogServiceConfigsRequestBody getLogServiceConfigsRequestBody) throws ApiException
getLogServiceConfigsRequestBody - (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 getLogServiceConfigsAsync(GetLogServiceConfigsRequestBody getLogServiceConfigsRequestBody, ApiCallback<List<LogServiceConfig>> _callback) throws ApiException
getLogServiceConfigsRequestBody - (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.