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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for details.Getter for duration.getError()Getter for error.Getter for isHealthy.Getter for message.getTime()Getter for time.inthashCode()voidsetDetails(Map<String, String> details) Setter for details.voidsetDuration(Long duration) Setter for duration.voidSetter for error.voidsetIsHealthy(Boolean isHealthy) Setter for isHealthy.voidsetMessage(String message) Setter for message.voidSetter for time.toString()
-
Constructor Details
-
HealthCheckResult
public HealthCheckResult()
-
-
Method Details
-
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
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
Getter for message. Service health check message. -
setMessage
Setter for message. Service health check message. -
getError
Getter for error. Exception during health checks. -
setError
Setter for error. Exception during health checks. -
getDetails
Getter for details. Map with additional service specific details. -
setDetails
Setter for details. Map with additional service specific details. -
getTime
Getter for time. Time when the health check was performed. It will be in milliseconds. -
setTime
Setter for time. Time when the health check was performed. It will be in milliseconds. -
getDuration
Getter for duration. Health check duration in millis. -
setDuration
Setter for duration. Health check duration in millis. -
equals
-
hashCode
public int hashCode() -
toString
-