Package io.nem.sdk.openapi.vertx.api
Class NodeRoutesApiImpl
- java.lang.Object
-
- io.nem.sdk.openapi.vertx.api.NodeRoutesApiImpl
-
- All Implemented Interfaces:
NodeRoutesApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-01-01T18:24:23.294947664-03:00[America/Argentina/Buenos_Aires]") public class NodeRoutesApiImpl extends java.lang.Object implements NodeRoutesApi
-
-
Constructor Summary
Constructors Constructor Description NodeRoutesApiImpl()NodeRoutesApiImpl(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()voidgetNodeInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeInfoDTO>> resultHandler)Get the node information Supplies additional information about the application running on a node.voidgetNodeTime(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeTimeDTO>> resultHandler)Get the node time Gets the node time at the moment the reply was sent and received.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
NodeRoutesApiImpl
public NodeRoutesApiImpl()
-
NodeRoutesApiImpl
public NodeRoutesApiImpl(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getNodeInfo
public void getNodeInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeInfoDTO>> resultHandler)
Get the node information Supplies additional information about the application running on a node.- Specified by:
getNodeInfoin interfaceNodeRoutesApi- Parameters:
resultHandler- Asynchronous result handler
-
getNodeTime
public void getNodeTime(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeTimeDTO>> resultHandler)
Get the node time Gets the node time at the moment the reply was sent and received.- Specified by:
getNodeTimein interfaceNodeRoutesApi- Parameters:
resultHandler- Asynchronous result handler
-
-