Class CreateClusterResponse
- java.lang.Object
-
- com.databricks.sdk.service.compute.CreateClusterResponse
-
@Generated public class CreateClusterResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateClusterResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClusterId()inthashCode()CreateClusterResponsesetClusterId(String clusterId)StringtoString()
-
-
-
Method Detail
-
setClusterId
public CreateClusterResponse setClusterId(String clusterId)
-
getClusterId
public String getClusterId()
-
-