Class Command
- java.lang.Object
-
- com.databricks.sdk.service.compute.Command
-
@Generated public class Command extends Object
-
-
Constructor Summary
Constructors Constructor Description Command()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterId()
String
getCommand()
String
getContextId()
Language
getLanguage()
int
hashCode()
Command
setClusterId(String clusterId)
Command
setCommand(String command)
Command
setContextId(String contextId)
Command
setLanguage(Language language)
String
toString()
-