Class HealthInfo


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class HealthInfo
    extends Object
    Healthinfo object contains the health information of a resource.
    • Constructor Detail

      • HealthInfo

        public HealthInfo()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object