Class GetHealthRequest

java.lang.Object
com.cloudera.cdp.lakehouseopt.model.GetHealthRequest

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

    • GetHealthRequest

      public GetHealthRequest()
  • Method Details

    • getDatahubCrn

      public String getDatahubCrn()
      Getter for datahubCrn. The CRN of the CLO Data Hub.
    • setDatahubCrn

      public void setDatahubCrn(String datahubCrn)
      Setter for datahubCrn. The CRN of the CLO Data Hub.
    • getScope

      public String getScope()
      Getter for scope. Health check scope. The supported values are \"Full\" and \"Partial\". The \"Full\" performs a deep health check along with livy session creation. The \"Partial\" performs a shallow health check which doesn't involve session creation.
    • setScope

      public void setScope(String scope)
      Setter for scope. Health check scope. The supported values are \"Full\" and \"Partial\". The \"Full\" performs a deep health check along with livy session creation. The \"Partial\" performs a shallow health check which doesn't involve session creation.
    • 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