Class HealthApi

java.lang.Object
ru.testit.syncstorage.api.HealthApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.11.0") public class HealthApi extends Object
  • Constructor Details

    • HealthApi

      public HealthApi()
    • HealthApi

      public HealthApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
      Get the API client
      Returns:
      API client
    • setApiClient

      public void setApiClient(ApiClient apiClient)
      Set the API client
      Parameters:
      apiClient - an instance of API client
    • healthGet

      public HealthStatusResponse healthGet() throws ApiException
      Health check Get the current health status of the service.
      Returns:
      HealthStatusResponse
      Throws:
      ApiException - if fails to make API call
    • healthGetWithHttpInfo

      public ApiResponse<HealthStatusResponse> healthGetWithHttpInfo() throws ApiException
      Health check Get the current health status of the service.
      Returns:
      ApiResponse<HealthStatusResponse>
      Throws:
      ApiException - if fails to make API call