Class DownloadPolicyRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-05-01T09:59:31.533-07:00") public class DownloadPolicyRequest extends Object
Request object to get a particular policy version.
  • Constructor Details

    • DownloadPolicyRequest

      public DownloadPolicyRequest()
  • Method Details

    • getPolicyName

      public String getPolicyName()
      Getter for policyName. The name of the policy.
    • setPolicyName

      public void setPolicyName(String policyName)
      Setter for policyName. The name of the policy.
    • getPolicyVersion

      public String getPolicyVersion()
      Getter for policyVersion. The policy version.
    • setPolicyVersion

      public void setPolicyVersion(String policyVersion)
      Setter for policyVersion. The policy version.
    • 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.
    • 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