public class LogsApi extends Object
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
void |
logFileHandler(String logpath) |
com.squareup.okhttp.Call |
logFileHandlerAsync(String logpath,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
logFileHandlerCall(String logpath,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for logFileHandler
|
ApiResponse<Void> |
logFileHandlerWithHttpInfo(String logpath) |
void |
logFileListHandler() |
com.squareup.okhttp.Call |
logFileListHandlerAsync(ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
logFileListHandlerCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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 com.squareup.okhttp.Call logFileHandlerCall(String logpath, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
logpath
- path to the log (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic 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 bodypublic 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 bodypublic com.squareup.okhttp.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 objectpublic com.squareup.okhttp.Call logFileListHandlerCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void logFileListHandler() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> logFileListHandlerWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.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 objectCopyright © 2018. All rights reserved.