Package com.cloudera.cdp.ml.model
Class HealthInfo
java.lang.Object
com.cloudera.cdp.ml.model.HealthInfo
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class HealthInfo
extends Object
Healthinfo object contains the health information of a resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for details.Getter for isHealthy.Getter for message.Getter for resourceName.Getter for updatedAt.int
hashCode()
void
setDetails
(List<String> details) Setter for details.void
setIsHealthy
(Boolean isHealthy) Setter for isHealthy.void
setMessage
(String message) Setter for message.void
setResourceName
(String resourceName) Setter for resourceName.void
setUpdatedAt
(ZonedDateTime updatedAt) Setter for updatedAt.toString()
-
Constructor Details
-
HealthInfo
public HealthInfo()
-
-
Method Details
-
getResourceName
Getter for resourceName. The resource name being checked. -
setResourceName
Setter for resourceName. The resource name being checked. -
getIsHealthy
Getter for isHealthy. The boolean that indicates the health status. -
setIsHealthy
Setter for isHealthy. The boolean that indicates the health status. -
getUpdatedAt
Getter for updatedAt. The timestamp for the heartbeat. -
setUpdatedAt
Setter for updatedAt. The timestamp for the heartbeat. -
getMessage
Getter for message. The message to show for the health info. -
setMessage
Setter for message. The message to show for the health info. -
getDetails
Getter for details. The detail of the health info. -
setDetails
Setter for details. The detail of the health info. -
equals
-
hashCode
public int hashCode() -
toString
-