public class NodeRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
NodeRoutesApi() |
NodeRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
NodeInfoDTO |
getNodeInfo()
Get the node information
Supplies additional information about the application running on a node.
|
okhttp3.Call |
getNodeInfoAsync(ApiCallback<NodeInfoDTO> _callback)
Get the node information (asynchronously)
Supplies additional information about the application running on a node.
|
okhttp3.Call |
getNodeInfoCall(ApiCallback _callback)
Build call for getNodeInfo
|
ApiResponse<NodeInfoDTO> |
getNodeInfoWithHttpInfo()
Get the node information
Supplies additional information about the application running on a node.
|
NodeTimeDTO |
getNodeTime()
Get the node time
Gets the node time at the moment the reply was sent and received.
|
okhttp3.Call |
getNodeTimeAsync(ApiCallback<NodeTimeDTO> _callback)
Get the node time (asynchronously)
Gets the node time at the moment the reply was sent and received.
|
okhttp3.Call |
getNodeTimeCall(ApiCallback _callback)
Build call for getNodeTime
|
ApiResponse<NodeTimeDTO> |
getNodeTimeWithHttpInfo()
Get the node time
Gets the node time at the moment the reply was sent and received.
|
void |
setApiClient(ApiClient apiClient) |
public NodeRoutesApi()
public NodeRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getNodeInfoCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
public NodeInfoDTO getNodeInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<NodeInfoDTO> getNodeInfoWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public okhttp3.Call getNodeInfoAsync(ApiCallback<NodeInfoDTO> _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| Status Code | Description | Response Headers |
| 200 | success | - |
public okhttp3.Call getNodeTimeCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
public NodeTimeDTO getNodeTime() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<NodeTimeDTO> getNodeTimeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public okhttp3.Call getNodeTimeAsync(ApiCallback<NodeTimeDTO> _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| Status Code | Description | Response Headers |
| 200 | success | - |