public class SystemApi
extends java.lang.Object
| Constructor and Description |
|---|
SystemApi() |
SystemApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
SystemInfo |
getSystemInfo()
System Information
Returns basic system information.
|
com.squareup.okhttp.Call |
getSystemInfoAsync(ApiCallback<SystemInfo> callback)
System Information (asynchronously)
Returns basic system information.
|
com.squareup.okhttp.Call |
getSystemInfoCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSystemInfo
|
ApiResponse<SystemInfo> |
getSystemInfoWithHttpInfo()
System Information
Returns basic system information.
|
void |
setApiClient(ApiClient apiClient) |
public SystemApi()
public SystemApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getSystemInfoCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic SystemInfo getSystemInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SystemInfo> getSystemInfoWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSystemInfoAsync(ApiCallback<SystemInfo> 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