Class ResizeDatalakeResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class ResizeDatalakeResponse
    extends CdpResponse
    Datalake resize response.
    • Constructor Detail

      • ResizeDatalakeResponse

        public ResizeDatalakeResponse()
    • Method Detail

      • getDatalakeName

        public String getDatalakeName()
        Getter for datalakeName. The name of the datalake. This will remain the same for the datalake created by the resize process.
      • setDatalakeName

        public void setDatalakeName​(String datalakeName)
        Setter for datalakeName. The name of the datalake. This will remain the same for the datalake created by the resize process.
      • getDatalakeCrn

        public String getDatalakeCrn()
        Getter for datalakeCrn. The CRN of the datalake. This will remain the same for the datalake created by the resize process.
      • setDatalakeCrn

        public void setDatalakeCrn​(String datalakeCrn)
        Setter for datalakeCrn. The CRN of the datalake. This will remain the same for the datalake created by the resize process.
      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. The CRN of the environment the datalake is attached to. This will remain the same for the datalake created by the resize process.
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. The CRN of the environment the datalake is attached to. This will remain the same for the datalake created by the resize process.
      • getRuntime

        public String getRuntime()
        Getter for runtime. The runtime of the datalake. This will remain the same for the datalake created by the resize process.
      • setRuntime

        public void setRuntime​(String runtime)
        Setter for runtime. The runtime of the datalake. This will remain the same for the datalake created by the resize process.
      • getStatus

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

        public void setStatus​(String status)
        Setter for status. The current status of the datalake.
      • getStatusReason

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

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

        public String getCloudbreakVersion()
        Getter for cloudbreakVersion. The Cloudbreak version used to create the data lake.
      • setCloudbreakVersion

        public void setCloudbreakVersion​(String cloudbreakVersion)
        Setter for cloudbreakVersion. The Cloudbreak version used to create the data lake.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object