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 booleanequals(Object o)StringgetClusterId()StringgetCommand()StringgetContextId()LanguagegetLanguage()inthashCode()CommandsetClusterId(String clusterId)CommandsetCommand(String command)CommandsetContextId(String contextId)CommandsetLanguage(Language language)StringtoString()
-