Class ResizeDatalakeResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.ResizeDatalakeResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class ResizeDatalakeResponse extends CdpResponse
Datalake resize response.
  • Constructor Details

    • ResizeDatalakeResponse

      public ResizeDatalakeResponse()
  • Method Details

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