Class Datalake


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class Datalake
    extends Object
    Information about a datalake.
    • Constructor Detail

      • Datalake

        public Datalake()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object