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