Package io.nem.sdk.openapi.jersey2.api
Class DiagnosticRoutesApi
- java.lang.Object
-
- io.nem.sdk.openapi.jersey2.api.DiagnosticRoutesApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-02-02T21:53:44.206008392-03:00[America/Argentina/Buenos_Aires]") public class DiagnosticRoutesApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DiagnosticRoutesApi()DiagnosticRoutesApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()StorageInfoDTOgetDiagnosticStorage()Get the storage information of the node Returns diagnostic information about the node storage.ApiResponse<StorageInfoDTO>getDiagnosticStorageWithHttpInfo()Get the storage information of the node Returns diagnostic information about the node storage.ServerInfoDTOgetServerInfo()Get the version of the running rest component Returns the version of the running catapult-rest component.ApiResponse<ServerInfoDTO>getServerInfoWithHttpInfo()Get the version of the running rest component Returns the version of the running catapult-rest component.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
DiagnosticRoutesApi
public DiagnosticRoutesApi()
-
DiagnosticRoutesApi
public DiagnosticRoutesApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getDiagnosticStorage
public StorageInfoDTO getDiagnosticStorage() throws ApiException
Get the storage information of the node Returns diagnostic information about the node storage.- Returns:
- StorageInfoDTO
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success -
-
getDiagnosticStorageWithHttpInfo
public ApiResponse<StorageInfoDTO> getDiagnosticStorageWithHttpInfo() throws ApiException
Get the storage information of the node Returns diagnostic information about the node storage.- Returns:
- ApiResponse<StorageInfoDTO>
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success -
-
getServerInfo
public ServerInfoDTO getServerInfo() throws ApiException
Get the version of the running rest component Returns the version of the running catapult-rest component.- Returns:
- ServerInfoDTO
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success -
-
getServerInfoWithHttpInfo
public ApiResponse<ServerInfoDTO> getServerInfoWithHttpInfo() throws ApiException
Get the version of the running rest component Returns the version of the running catapult-rest component.- Returns:
- ApiResponse<ServerInfoDTO>
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success -
-
-