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