Class CreateResponse
- java.lang.Object
-
- com.databricks.sdk.service.compute.CreateResponse
-
@Generated public class CreateResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getScriptId()
int
hashCode()
CreateResponse
setScriptId(String scriptId)
String
toString()
-
-
-
Method Detail
-
setScriptId
public CreateResponse setScriptId(String scriptId)
-
getScriptId
public String getScriptId()
-
-