Class HealthInfo

java.lang.Object
com.cloudera.cdp.ml.model.HealthInfo

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:34.535-07:00") public class HealthInfo extends Object
Healthinfo object contains the health information of a resource.
  • Constructor Details Link icon

    • HealthInfo Link icon

      public HealthInfo()
  • Method Details Link icon

    • getResourceName Link icon

      public String getResourceName()
      Getter for resourceName. The resource name being checked.
    • setResourceName Link icon

      public void setResourceName(String resourceName)
      Setter for resourceName. The resource name being checked.
    • getIsHealthy Link icon

      public Boolean getIsHealthy()
      Getter for isHealthy. The boolean that indicates the health status.
    • setIsHealthy Link icon

      public void setIsHealthy(Boolean isHealthy)
      Setter for isHealthy. The boolean that indicates the health status.
    • getUpdatedAt Link icon

      public ZonedDateTime getUpdatedAt()
      Getter for updatedAt. The timestamp for the heartbeat.
    • setUpdatedAt Link icon

      public void setUpdatedAt(ZonedDateTime updatedAt)
      Setter for updatedAt. The timestamp for the heartbeat.
    • getMessage Link icon

      public String getMessage()
      Getter for message. The message to show for the health info.
    • setMessage Link icon

      public void setMessage(String message)
      Setter for message. The message to show for the health info.
    • getDetails Link icon

      public List<String> getDetails()
      Getter for details. The detail of the health info.
    • setDetails Link icon

      public void setDetails(List<String> details)
      Setter for details. The detail of the health info.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object