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 booleanequals(Object o)StringgetClusterId()StringgetContextId()inthashCode()DestroyContextsetClusterId(String clusterId)DestroyContextsetContextId(String contextId)StringtoString()
-
-
-
Method Detail
-
setClusterId
public DestroyContext setClusterId(String clusterId)
-
getClusterId
public String getClusterId()
-
setContextId
public DestroyContext setContextId(String contextId)
-
getContextId
public String getContextId()
-
-