public class AlipayMarketingImagedirectoryListQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayMarketingImagedirectoryListQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ImageDirectoryVO> |
getData() |
Long |
getPageNum() |
Long |
getPageSize() |
Long |
getTotal() |
Long |
getTotalPage() |
void |
setData(List<ImageDirectoryVO> data) |
void |
setPageNum(Long pageNum) |
void |
setPageSize(Long pageSize) |
void |
setTotal(Long total) |
void |
setTotalPage(Long totalPage) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayMarketingImagedirectoryListQueryResponse()
public void setData(List<ImageDirectoryVO> data)
public List<ImageDirectoryVO> getData()
public void setPageNum(Long pageNum)
public Long getPageNum()
public void setPageSize(Long pageSize)
public Long getPageSize()
public void setTotal(Long total)
public Long getTotal()
public void setTotalPage(Long totalPage)
public Long getTotalPage()
Copyright © 2024. All rights reserved.