public class PagedResult extends Object
PagedResultsCookie
to use for
returning the results when using PagedResultsRequestControl
.Constructor and Description |
---|
PagedResult(List<?> resultList,
PagedResultsCookie cookie)
Deprecated.
Constructs a PagedResults using the supplied List and
PagedResultsCookie . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
PagedResultsCookie |
getCookie()
Deprecated.
Get the cookie.
|
List<?> |
getResultList()
Deprecated.
Get the result list.
|
int |
hashCode()
Deprecated.
|
public PagedResult(List<?> resultList, PagedResultsCookie cookie)
PagedResultsCookie
.resultList
- the result list.cookie
- the cookie.public PagedResultsCookie getCookie()
public List<?> getResultList()