Class GetOperationRequest

java.lang.Object
com.cloudera.cdp.datahub.model.GetOperationRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-03-19T13:03:26.284-07:00") public class GetOperationRequest extends Object
Request object for tracking the latest (current/last) operation on the datahub resource.
  • Constructor Details

    • GetOperationRequest

      public GetOperationRequest()
  • Method Details

    • getCrn

      public String getCrn()
      Getter for crn. CRN of the datahub resource.
    • setCrn

      public void setCrn(String crn)
      Setter for crn. CRN of the datahub resource.
    • getOperationId

      public String getOperationId()
      Getter for operationId. Filter by operation id.
    • setOperationId

      public void setOperationId(String operationId)
      Setter for operationId. Filter by operation id.
    • 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