public class AlipayOpenMiniShopRelationQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOpenMiniShopRelationQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPageNum() |
List<MiniEntityBindVO> |
getDataList() |
Long |
getPerPageCount() |
Long |
getTotalCount() |
void |
setCurrentPageNum(Long currentPageNum) |
void |
setDataList(List<MiniEntityBindVO> dataList) |
void |
setPerPageCount(Long perPageCount) |
void |
setTotalCount(Long totalCount) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setCurrentPageNum(Long currentPageNum)
public Long getCurrentPageNum()
public void setDataList(List<MiniEntityBindVO> dataList)
public List<MiniEntityBindVO> getDataList()
public void setPerPageCount(Long perPageCount)
public Long getPerPageCount()
public void setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2023. All rights reserved.