public class LogsApi extends Object
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
void |
logFileHandler(String logpath) |
okhttp3.Call |
logFileHandlerAsync(String logpath,
ApiCallback<Void> _callback)
(asynchronously)
|
okhttp3.Call |
logFileHandlerCall(String logpath,
ApiCallback _callback)
Build call for logFileHandler
|
ApiResponse<Void> |
logFileHandlerWithHttpInfo(String logpath) |
void |
logFileListHandler() |
okhttp3.Call |
logFileListHandlerAsync(ApiCallback<Void> _callback)
(asynchronously)
|
okhttp3.Call |
logFileListHandlerCall(ApiCallback _callback)
Build call for logFileListHandler
|
ApiResponse<Void> |
logFileListHandlerWithHttpInfo() |
void |
setApiClient(ApiClient apiClient) |
public LogsApi()
public LogsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call logFileHandlerCall(String logpath, ApiCallback _callback) throws ApiException
logpath
- path to the log (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
401 | Unauthorized | - |
public void logFileHandler(String logpath) throws ApiException
logpath
- path to the log (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
401 | Unauthorized | - |
public ApiResponse<Void> logFileHandlerWithHttpInfo(String logpath) throws ApiException
logpath
- path to the log (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
401 | Unauthorized | - |
public okhttp3.Call logFileHandlerAsync(String logpath, ApiCallback<Void> _callback) throws ApiException
logpath
- path to the log (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 objectStatus Code | Description | Response Headers |
401 | Unauthorized | - |
public okhttp3.Call logFileListHandlerCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
401 | Unauthorized | - |
public void logFileListHandler() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
401 | Unauthorized | - |
public ApiResponse<Void> logFileListHandlerWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
401 | Unauthorized | - |
public okhttp3.Call logFileListHandlerAsync(ApiCallback<Void> _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 objectStatus Code | Description | Response Headers |
401 | Unauthorized | - |
Copyright © 2021. All rights reserved.