Class StartDatalakeVerticalScalingResponse

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-03-13T11:52:45.749-07:00") public class StartDatalakeVerticalScalingResponse extends CdpResponse
The response object for Data Lake vertical scaling.
  • Constructor Details

    • StartDatalakeVerticalScalingResponse

      public StartDatalakeVerticalScalingResponse()
  • Method Details

    • getResult

      public String getResult()
      Getter for result. The result of the operation.
    • setResult

      public void setResult(String result)
      Setter for result. The result of the operation.
    • getOperationId

      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

      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

      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