public class WebQueryResult<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
hasMore
【选】是否还有更多的记录
|
LinkedList<T> |
list |
int |
pgcount
【选】 一共多少页
|
int |
pgsz
一页最多有多少记录
|
int |
pn
当前第几页
|
int |
rcount
【选】一共有多少记录
|
| Constructor and Description |
|---|
WebQueryResult() |
WebQueryResult(WebQuery q) |
public int pn
public int pgsz
public int pgcount
public int rcount
public boolean hasMore
public LinkedList<T> list
public WebQueryResult()
public WebQueryResult(WebQuery q)
public WebQueryResult<T> add(T o)
Copyright © 2017. All rights reserved.