public class ServerManagementApi
extends java.lang.Object
| Constructor and Description |
|---|
ServerManagementApi() |
ServerManagementApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
healthGet()
See if the server is healthy
Returns 200 if the server is healthy
|
com.squareup.okhttp.Call |
healthGetAsync(ApiCallback<java.lang.Void> callback)
See if the server is healthy (asynchronously)
Returns 200 if the server is healthy
|
com.squareup.okhttp.Call |
healthGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for healthGet
|
ApiResponse<java.lang.Void> |
healthGetWithHttpInfo()
See if the server is healthy
Returns 200 if the server is healthy
|
void |
setApiClient(ApiClient apiClient) |
public ServerManagementApi()
public ServerManagementApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call healthGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void healthGet()
throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> healthGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call healthGetAsync(ApiCallback<java.lang.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 object