Package com.cloudera.cdp.datahub.model
Class GetOperationRequest
java.lang.Object
com.cloudera.cdp.datahub.model.GetOperationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class GetOperationRequest
extends Object
Request object for tracking the latest (current/last) operation on the datahub resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterName.getCrn()Deprecated.Getter for operationId.inthashCode()voidsetClusterName(String clusterName) Setter for clusterName.voidDeprecated.voidsetOperationId(String operationId) Setter for operationId.toString()
-
Constructor Details
-
GetOperationRequest
public GetOperationRequest()
-
-
Method Details
-
getClusterName
Getter for clusterName. The name or CRN of the datahub. -
setClusterName
Setter for clusterName. The name or CRN of the datahub. -
getCrn
Deprecated.Getter for crn. CRN of the datahub resource, deprecated. -
setCrn
Deprecated.Setter for crn. CRN of the datahub resource, deprecated. -
getOperationId
Getter for operationId. Filter by operation id. -
setOperationId
Setter for operationId. Filter by operation id. -
equals
-
hashCode
public int hashCode() -
toString
-