Class CommandStatusRequest
- java.lang.Object
-
- com.databricks.sdk.service.compute.CommandStatusRequest
-
@Generated public class CommandStatusRequest extends Object
Get command info
-
-
Constructor Summary
Constructors Constructor Description CommandStatusRequest()
-
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()
CommandStatusRequest
setClusterId(String clusterId)
CommandStatusRequest
setCommandId(String commandId)
CommandStatusRequest
setContextId(String contextId)
String
toString()
-
-
-
Method Detail
-
setClusterId
public CommandStatusRequest setClusterId(String clusterId)
-
getClusterId
public String getClusterId()
-
setCommandId
public CommandStatusRequest setCommandId(String commandId)
-
getCommandId
public String getCommandId()
-
setContextId
public CommandStatusRequest setContextId(String contextId)
-
getContextId
public String getContextId()
-
-