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 Details

    • HealthInfo

      public HealthInfo()
  • Method Details

    • getResourceName

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

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

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

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

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

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

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

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

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

      public void setDetails(List<String> details)
      Setter for details. The detail of the health info.
    • 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