Package com.databricks.sdk.service.sql
Class QueryList
- java.lang.Object
-
- com.databricks.sdk.service.sql.QueryList
-
@Generated public class QueryList extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getCount()
Long
getPage()
Long
getPageSize()
Collection<Query>
getResults()
int
hashCode()
QueryList
setCount(Long count)
QueryList
setPage(Long page)
QueryList
setPageSize(Long pageSize)
QueryList
setResults(Collection<Query> results)
String
toString()
-
-
-
Method Detail
-
getCount
public Long getCount()
-
getPage
public Long getPage()
-
getPageSize
public Long getPageSize()
-
setResults
public QueryList setResults(Collection<Query> results)
-
getResults
public Collection<Query> getResults()
-
-