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