Class GetCommandStatusRequest
java.lang.Object
com.cloudera.cdp.replicationmanager.model.GetCommandStatusRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.692-07:00")
public class GetCommandStatusRequest
extends Object
Get the current status of any CM command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterCrn.Getter for commandId.inthashCode()voidsetClusterCrn(String clusterCrn) Setter for clusterCrn.voidsetCommandId(String commandId) Setter for commandId.toString()
-
Constructor Details
-
GetCommandStatusRequest
public GetCommandStatusRequest()
-
-
Method Details
-
getClusterCrn
Getter for clusterCrn. The CRN of the target cluster. -
setClusterCrn
Setter for clusterCrn. The CRN of the target cluster. -
getCommandId
Getter for commandId. ID of a CM command on the cluster. -
setCommandId
Setter for commandId. ID of a CM command on the cluster. -
equals
-
hashCode
public int hashCode() -
toString
-