| | |
| | | public static class Page {
|
| | | public static final String PAGE_SIZE = "pageSize";
|
| | | public static final String PAGE_NUM = "pageNum";
|
| | | public static final String DEFAULT_PAGE_SIZE = "7";
|
| | | public static final int hasMorePages = 1;
|
| | | public static final int noMorePage = 2;
|
| | | public static final int reachBottom = 3;
|
| | |
| | | public static final String OUT = "2";
|
| | | }
|
| | |
|
| | |
|
| | | /*{
|
| | | "ret":0,
|
| | | "count":3,
|
| | | "result":[[-1,123],[2,456],[0,0]]
|
| | | }*/
|
| | |
|
| | | /**
|
| | | * [-1RecogonizeResult
|
| | | */
|
| | | public static class RecognizeResult {
|
| | | public static final int RET = 0;
|
| | | public static final int FIRST_ELEMENT_NOT_FOUND = 0;
|