public abstract class BaseSearchResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
size
本次返回结果数量
|
int |
status
服务器返回状态:返回值说明请见本类中各状态码的说明
|
static int |
STATUS_CODE_NETWORK_ERROR
网络错误
|
static int |
STATUS_CODE_NETWORK_TIME_OUT
网络超时
|
static int |
STATUS_CODE_RESULT_NOTFOUND
未找到结果
|
static int |
STATUS_CODE_SUCCEED
服务器返回状态:0:正常;
|
int |
total
检索结果总数
|
| Constructor and Description |
|---|
BaseSearchResult() |
public static final int STATUS_CODE_SUCCEED
public static final int STATUS_CODE_RESULT_NOTFOUND
public static final int STATUS_CODE_NETWORK_ERROR
public static final int STATUS_CODE_NETWORK_TIME_OUT
public int status
public int size
public int total