Package com.databricks.sdk.service.sql
Class ListResponse
- java.lang.Object
-
- com.databricks.sdk.service.sql.ListResponse
-
@Generated public class ListResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetCount()LonggetPage()LonggetPageSize()Collection<Dashboard>getResults()inthashCode()ListResponsesetCount(Long count)ListResponsesetPage(Long page)ListResponsesetPageSize(Long pageSize)ListResponsesetResults(Collection<Dashboard> results)StringtoString()
-
-
-
Method Detail
-
setCount
public ListResponse setCount(Long count)
-
getCount
public Long getCount()
-
setPage
public ListResponse setPage(Long page)
-
getPage
public Long getPage()
-
setPageSize
public ListResponse setPageSize(Long pageSize)
-
getPageSize
public Long getPageSize()
-
setResults
public ListResponse setResults(Collection<Dashboard> results)
-
getResults
public Collection<Dashboard> getResults()
-
-