Class Datalake

java.lang.Object
com.cloudera.cdp.datalake.model.Datalake

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class Datalake extends Object
Information about a datalake.
  • Constructor Details

    • Datalake

      public Datalake()
  • Method Details

    • getDatalakeName

      public String getDatalakeName()
      Getter for datalakeName. The name of the datalake.
    • setDatalakeName

      public void setDatalakeName(String datalakeName)
      Setter for datalakeName. The name of the datalake.
    • getCrn

      public String getCrn()
      Getter for crn. The CRN of the datalake.
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The CRN of the datalake.
    • getStatus

      public String getStatus()
      Getter for status. The status of the datalake.
    • setStatus

      public void setStatus(String status)
      Setter for status. The status of the datalake.
    • getEnvironmentCrn

      public String getEnvironmentCrn()
      Getter for environmentCrn. The CRN of the environment.
    • setEnvironmentCrn

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of the environment.
    • getCreationDate

      public ZonedDateTime getCreationDate()
      Getter for creationDate. The date when the datalake was created.
    • setCreationDate

      public void setCreationDate(ZonedDateTime creationDate)
      Setter for creationDate. The date when the datalake was created.
    • getStatusReason

      public String getStatusReason()
      Getter for statusReason. The reason for the status of the datalake.
    • setStatusReason

      public void setStatusReason(String statusReason)
      Setter for statusReason. The reason for the status of the datalake.
    • getEnableRangerRaz

      public Boolean getEnableRangerRaz()
      Getter for enableRangerRaz. Whether Ranger RAZ is enabled for the datalake.
    • setEnableRangerRaz

      public void setEnableRangerRaz(Boolean enableRangerRaz)
      Setter for enableRangerRaz. Whether Ranger RAZ is enabled for the datalake.
    • getCertificateExpirationState

      public String getCertificateExpirationState()
      Getter for certificateExpirationState. Indicates the certificate status on the cluster.
    • setCertificateExpirationState

      public void setCertificateExpirationState(String certificateExpirationState)
      Setter for certificateExpirationState. Indicates the certificate status on the cluster.
    • getMultiAz

      public Boolean getMultiAz()
      Getter for multiAz. Flag which marks that the datalake is deployed in a multi-availability zone way or not.
    • setMultiAz

      public void setMultiAz(Boolean multiAz)
      Setter for multiAz. Flag which marks that the datalake is deployed in a multi-availability zone way or not.
    • getTags

      public List<DatalakeResourceTag> getTags()
      Getter for tags. Datalake tags object containing the tag values defined for the datalake.
    • setTags

      public void setTags(List<DatalakeResourceTag> tags)
      Setter for tags. Datalake tags object containing the tag values defined for the datalake.
    • 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