public abstract class ResponseList<T> extends Response
| 构造器和说明 |
|---|
ResponseList(Map<String,String> headers) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(com.alibaba.fastjson.JSONObject value,
String requestId) |
Integer |
getCount() |
List<T> |
getResults() |
Integer |
getTotal() |
void |
setCount(Integer count) |
void |
setResults(List<T> results) |
void |
setTotal(Integer total) |
abstract Unmarshaller<T> |
unmarshaller() |
GetAllHeaders, GetHeader, GetRequestIdpublic Integer getTotal()
public void setTotal(Integer total)
public Integer getCount()
public void setCount(Integer count)
public abstract Unmarshaller<T> unmarshaller()
public void deserialize(com.alibaba.fastjson.JSONObject value,
String requestId)
throws LogException
LogExceptionCopyright © 2020. All Rights Reserved.