@Generated public class ListResponse extends Object
Constructor and Description |
---|
ListResponse() |
Modifier and Type | Method and 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() |
public ListResponse setCount(Long count)
public Long getCount()
public ListResponse setPage(Long page)
public Long getPage()
public ListResponse setPageSize(Long pageSize)
public Long getPageSize()
public ListResponse setResults(Collection<Dashboard> results)
public Collection<Dashboard> getResults()
Copyright © 2023. All rights reserved.