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 boolean
equals(Object o)
String
getClusterId()
int
hashCode()
CreateClusterResponse
setClusterId(String clusterId)
String
toString()
-
-
-
Method Detail
-
setClusterId
public CreateClusterResponse setClusterId(String clusterId)
-
getClusterId
public String getClusterId()
-
-