public class AlipayOpenMiniResourceQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOpenMiniResourceQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<QueryMiniResourceResponse> |
getDataList() |
Long |
getPageNum() |
String |
getPageSize() |
Long |
getTotal() |
void |
setDataList(List<QueryMiniResourceResponse> dataList) |
void |
setPageNum(Long pageNum) |
void |
setPageSize(String pageSize) |
void |
setTotal(Long total) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setDataList(List<QueryMiniResourceResponse> dataList)
public List<QueryMiniResourceResponse> getDataList()
public void setPageNum(Long pageNum)
public Long getPageNum()
public void setPageSize(String pageSize)
public String getPageSize()
public void setTotal(Long total)
public Long getTotal()
Copyright © 2023. All rights reserved.