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 booleanequals(Object o)StringgetClusterId()StringgetCommandId()StringgetContextId()inthashCode()CommandStatusRequestsetClusterId(String clusterId)CommandStatusRequestsetCommandId(String commandId)CommandStatusRequestsetContextId(String contextId)StringtoString()
-
-
-
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()
-
-