public class AlipayMarketingPassTemplateQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMarketingPassTemplateQueryResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getPageNum()
Gets page num.
|
Long |
getPageSize()
Gets page size.
|
Long |
getTotal()
Gets total.
|
Long |
getTotalPage()
Gets total page.
|
List<PassTemplateDetail> |
getTplList()
Gets tpl list.
|
void |
setPageNum(Long pageNum)
Sets page num.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setTotal(Long total)
Sets total.
|
void |
setTotalPage(Long totalPage)
Sets total page.
|
void |
setTplList(List<PassTemplateDetail> tplList)
Sets tpl list.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayMarketingPassTemplateQueryResponse()
public void setPageNum(Long pageNum)
pageNum
- the page numpublic Long getPageNum()
public void setPageSize(Long pageSize)
pageSize
- the page sizepublic Long getPageSize()
public void setTotal(Long total)
total
- the totalpublic Long getTotal()
public void setTotalPage(Long totalPage)
totalPage
- the total pagepublic Long getTotalPage()
public void setTplList(List<PassTemplateDetail> tplList)
tplList
- the tpl listpublic List<PassTemplateDetail> getTplList()
Copyright © 2018. All rights reserved.