public class StatusApi extends Object
| Constructor and Description |
|---|
StatusApi() |
StatusApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
StatusResponse |
getStatus(String datasource,
String ifNoneMatch)
Retrieve the uptime and player counts EVE Server status --- This route is
cached for up to 30 seconds
|
okhttp3.Call |
getStatusAsync(String datasource,
String ifNoneMatch,
ApiCallback<StatusResponse> _callback)
Retrieve the uptime and player counts (asynchronously) EVE Server status
--- This route is cached for up to 30 seconds
|
okhttp3.Call |
getStatusCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getStatus
|
ApiResponse<StatusResponse> |
getStatusWithHttpInfo(String datasource,
String ifNoneMatch)
Retrieve the uptime and player counts EVE Server status --- This route is
cached for up to 30 seconds
|
void |
setApiClient(ApiClient apiClient) |
public StatusApi()
public StatusApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getStatusCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic StatusResponse getStatus(String datasource, String ifNoneMatch) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<StatusResponse> getStatusWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getStatusAsync(String datasource, String ifNoneMatch, ApiCallback<StatusResponse> _callback) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)_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 © 2023. All Rights Reserved.