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="2025-05-14T11:34:34.979-07:00") public class ResizeDatalakeResponse extends CdpResponse
Datalake resize response.
  • Constructor Details Link icon

    • ResizeDatalakeResponse Link icon

      public ResizeDatalakeResponse()
  • Method Details Link icon

    • getDatalakeName Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

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

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

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

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

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

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

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

      public void setTags(List<DatalakeResourceTag> tags)
      Setter for tags. Datalake tags object containing the tag values defined for the datalake.
    • getOperationId Link icon

      public String getOperationId()
      Getter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results.
    • setOperationId Link icon

      public void setOperationId(String operationId)
      Setter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object