@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-11-02T09:22:19.033Z[UTC]")
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.
|
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.
|
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 NodeInfoDTO getNodeInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<NodeInfoDTO> getNodeInfoWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
public NodeTimeDTO getNodeTime() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<NodeTimeDTO> getNodeTimeWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |