Class StartClusterResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:32.759-07:00") public class StartClusterResponse extends CdpResponse
Response object for start cluster request.
  • Constructor Details Link icon

    • StartClusterResponse Link icon

      public StartClusterResponse()
  • Method Details Link icon

    • 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