public abstract class ResponseList<T> extends Response
| Constructor and Description |
|---|
ResponseList(Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All Rights Reserved.