Package com.cloudera.cdp.compute.model
Class RetryOperationRequest
java.lang.Object
com.cloudera.cdp.compute.model.RetryOperationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.660-07:00")
public class RetryOperationRequest
extends Object
Represents a request to structure of retry operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for operationId.inthashCode()voidsetOperationId(String operationId) Setter for operationId.toString()
-
Constructor Details
-
RetryOperationRequest
public RetryOperationRequest()
-
-
Method Details
-
getOperationId
Getter for operationId. The unique ID of the operation to retry. -
setOperationId
Setter for operationId. The unique ID of the operation to retry. -
equals
-
hashCode
public int hashCode() -
toString
-