public class PagedResult<T extends AbstractBaseBean> extends AbstractBaseBean
| Constructor and Description |
|---|
PagedResult() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getNext() |
int |
getPage() |
URI |
getPrev() |
List<T> |
getResult() |
int |
getSize() |
int |
getTotalCount() |
void |
setNext(URI next) |
void |
setPage(int page) |
void |
setPrev(URI prev) |
void |
setSize(int size) |
void |
setTotalCount(int totalCount) |
equals, hashCode, toStringpublic URI getPrev()
public void setPrev(URI prev)
public URI getNext()
public void setNext(URI next)
public int getPage()
public void setPage(int page)
public int getSize()
public void setSize(int size)
public int getTotalCount()
public void setTotalCount(int totalCount)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.