Class CancelCommand
- java.lang.Object
-
- com.databricks.sdk.service.compute.CancelCommand
-
@Generated public class CancelCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description CancelCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterId()
String
getCommandId()
String
getContextId()
int
hashCode()
CancelCommand
setClusterId(String clusterId)
CancelCommand
setCommandId(String commandId)
CancelCommand
setContextId(String contextId)
String
toString()
-
-
-
Method Detail
-
setClusterId
public CancelCommand setClusterId(String clusterId)
-
getClusterId
public String getClusterId()
-
setCommandId
public CancelCommand setCommandId(String commandId)
-
getCommandId
public String getCommandId()
-
setContextId
public CancelCommand setContextId(String contextId)
-
getContextId
public String getContextId()
-
-