Class HealthCheckResult

java.lang.Object
com.cloudera.cdp.lakehouseopt.model.HealthCheckResult

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-05-01T09:59:31.533-07:00") public class HealthCheckResult extends Object
Health check result.
  • Constructor Details

    • HealthCheckResult

      public HealthCheckResult()
  • Method Details

    • getIsHealthy

      public Boolean getIsHealthy()
      Getter for isHealthy. Service health status. The supported values are true or false. \"true\" represents the service is healthy and \"false\" represents the service is in an unhealthy state.
    • setIsHealthy

      public void setIsHealthy(Boolean isHealthy)
      Setter for isHealthy. Service health status. The supported values are true or false. \"true\" represents the service is healthy and \"false\" represents the service is in an unhealthy state.
    • getMessage

      public String getMessage()
      Getter for message. Service health check message.
    • setMessage

      public void setMessage(String message)
      Setter for message. Service health check message.
    • getError

      public String getError()
      Getter for error. Exception during health checks.
    • setError

      public void setError(String error)
      Setter for error. Exception during health checks.
    • getDetails

      public Map<String,String> getDetails()
      Getter for details. Map with additional service specific details.
    • setDetails

      public void setDetails(Map<String,String> details)
      Setter for details. Map with additional service specific details.
    • getTime

      public Long getTime()
      Getter for time. Time when the health check was performed. It will be in milliseconds.
    • setTime

      public void setTime(Long time)
      Setter for time. Time when the health check was performed. It will be in milliseconds.
    • getDuration

      public Long getDuration()
      Getter for duration. Health check duration in millis.
    • setDuration

      public void setDuration(Long duration)
      Setter for duration. Health check duration in millis.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object