Package com.databricks.sdk.service.sql
Class DeleteQueryRequest
- java.lang.Object
-
- com.databricks.sdk.service.sql.DeleteQueryRequest
-
@Generated public class DeleteQueryRequest extends Object
Delete a query
-
-
Constructor Summary
Constructors Constructor Description DeleteQueryRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getQueryId()
int
hashCode()
DeleteQueryRequest
setQueryId(String queryId)
String
toString()
-
-
-
Method Detail
-
setQueryId
public DeleteQueryRequest setQueryId(String queryId)
-
getQueryId
public String getQueryId()
-
-