Class GetHealthResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-05-01T09:59:31.533-07:00") public class GetHealthResponse extends CdpResponse
Response object for health check.
  • Constructor Details

    • GetHealthResponse

      public GetHealthResponse()
  • Method Details

    • getResult

      public Map<String,HealthCheckResult> getResult()
      Getter for result. Map containing the service wise health check result.
    • setResult

      public void setResult(Map<String,HealthCheckResult> result)
      Setter for result. Map containing the service wise health check result.
    • getAction

      public String getAction()
      Getter for action. Action performed. For example, READ or NOOP or CREATE.
    • setAction

      public void setAction(String action)
      Setter for action. Action performed. For example, READ or NOOP or CREATE.
    • 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