public class AlipayMarketingPassTemplateQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayMarketingPassTemplateQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getPageNum() |
Long |
getPageSize() |
Long |
getTotal() |
Long |
getTotalPage() |
List<PassTemplateDetail> |
getTplList() |
void |
setPageNum(Long pageNum) |
void |
setPageSize(Long pageSize) |
void |
setTotal(Long total) |
void |
setTotalPage(Long totalPage) |
void |
setTplList(List<PassTemplateDetail> tplList) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic 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()
public void setTplList(List<PassTemplateDetail> tplList)
public List<PassTemplateDetail> getTplList()
Copyright © 2023. All rights reserved.