Package io.nem.sdk.openapi.vertx.api
Class DiagnosticRoutesApiImpl
- java.lang.Object
-
- io.nem.sdk.openapi.vertx.api.DiagnosticRoutesApiImpl
-
- All Implemented Interfaces:
DiagnosticRoutesApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-23T10:26:45.594287+01:00[Europe/Madrid]") public class DiagnosticRoutesApiImpl extends java.lang.Object implements DiagnosticRoutesApi
-
-
Constructor Summary
Constructors Constructor Description DiagnosticRoutesApiImpl()DiagnosticRoutesApiImpl(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()voidgetDiagnosticStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> resultHandler)Get the storage information of the node Returns diagnostic information about the node storage.voidgetServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> resultHandler)Get the version of the running rest component Returns the version of the running catapult-rest component.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
DiagnosticRoutesApiImpl
public DiagnosticRoutesApiImpl()
-
DiagnosticRoutesApiImpl
public DiagnosticRoutesApiImpl(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getDiagnosticStorage
public void getDiagnosticStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> resultHandler)
Get the storage information of the node Returns diagnostic information about the node storage.- Specified by:
getDiagnosticStoragein interfaceDiagnosticRoutesApi- Parameters:
resultHandler- Asynchronous result handler
-
getServerInfo
public void getServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> resultHandler)
Get the version of the running rest component Returns the version of the running catapult-rest component.- Specified by:
getServerInfoin interfaceDiagnosticRoutesApi- Parameters:
resultHandler- Asynchronous result handler
-
-