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 boolean
equals(Object o)
Long
getCount()
Long
getPage()
Long
getPageSize()
Collection<Dashboard>
getResults()
int
hashCode()
ListResponse
setCount(Long count)
ListResponse
setPage(Long page)
ListResponse
setPageSize(Long pageSize)
ListResponse
setResults(Collection<Dashboard> results)
String
toString()
-
-
-
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()
-
-