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-04-23T14:14:32.339-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 TypeMethodDescriptionboolean
Getter for clusterName.getCrn()
Deprecated.Getter for operationId.int
hashCode()
void
setClusterName
(String clusterName) Setter for clusterName.void
Deprecated.void
setOperationId
(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
-