Package io.nem.sdk.openapi.jersey2.api
Class NodeRoutesApi
- java.lang.Object
-
- io.nem.sdk.openapi.jersey2.api.NodeRoutesApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-02-02T21:53:44.206008392-03:00[America/Argentina/Buenos_Aires]") public class NodeRoutesApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NodeRoutesApi()NodeRoutesApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()NodeInfoDTOgetNodeInfo()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.NodeTimeDTOgetNodeTime()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.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
NodeRoutesApi
public NodeRoutesApi()
-
NodeRoutesApi
public NodeRoutesApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getNodeInfo
public NodeInfoDTO getNodeInfo() throws ApiException
Get the node information Supplies additional information about the application running on a node.- Returns:
- NodeInfoDTO
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success -
-
getNodeInfoWithHttpInfo
public ApiResponse<NodeInfoDTO> getNodeInfoWithHttpInfo() throws ApiException
Get the node information Supplies additional information about the application running on a node.- Returns:
- ApiResponse<NodeInfoDTO>
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success -
-
getNodeTime
public NodeTimeDTO getNodeTime() throws ApiException
Get the node time Gets the node time at the moment the reply was sent and received.- Returns:
- NodeTimeDTO
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success -
-
getNodeTimeWithHttpInfo
public ApiResponse<NodeTimeDTO> getNodeTimeWithHttpInfo() throws ApiException
Get the node time Gets the node time at the moment the reply was sent and received.- Returns:
- ApiResponse<NodeTimeDTO>
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success -
-
-