Package io.nem.sdk.openapi.vertx.api
Class NetworkRoutesApiImpl
- java.lang.Object
-
- io.nem.sdk.openapi.vertx.api.NetworkRoutesApiImpl
-
- All Implemented Interfaces:
NetworkRoutesApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-01-01T18:24:23.294947664-03:00[America/Argentina/Buenos_Aires]") public class NetworkRoutesApiImpl extends java.lang.Object implements NetworkRoutesApi
-
-
Constructor Summary
Constructors Constructor Description NetworkRoutesApiImpl()NetworkRoutesApiImpl(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()voidgetNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> resultHandler)Get the current network type of the chain Returns the current network type.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
NetworkRoutesApiImpl
public NetworkRoutesApiImpl()
-
NetworkRoutesApiImpl
public NetworkRoutesApiImpl(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getNetworkType
public void getNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> resultHandler)
Get the current network type of the chain Returns the current network type.- Specified by:
getNetworkTypein interfaceNetworkRoutesApi- Parameters:
resultHandler- Asynchronous result handler
-
-