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 booleanequals(Object o)LonggetCount()LonggetPage()LonggetPageSize()Collection<Query>getResults()inthashCode()QueryListsetCount(Long count)QueryListsetPage(Long page)QueryListsetPageSize(Long pageSize)QueryListsetResults(Collection<Query> results)StringtoString()
-
-
-
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()
-
-