Class GetCommandStatusRequest
java.lang.Object
com.cloudera.cdp.replicationmanager.model.GetCommandStatusRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.297-07:00")
public class GetCommandStatusRequest
extends Object
Get the current status of any CM command.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterCrn.Getter for commandId.int
hashCode()
void
setClusterCrn
(String clusterCrn) Setter for clusterCrn.void
setCommandId
(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
-