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