public class AlipayMarketingVoucherTemplatelistQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayMarketingVoucherTemplatelistQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCurrentPage()
Gets current page.
|
Long |
getItemsPerPage()
Gets items per page.
|
Long |
getTotalItems()
Gets total items.
|
Long |
getTotalPages()
Gets total pages.
|
List<VoucherTemplateLiteInfo> |
getVoucherTemplates()
Gets voucher templates.
|
void |
setCurrentPage(Long currentPage)
Sets current page.
|
void |
setItemsPerPage(Long itemsPerPage)
Sets items per page.
|
void |
setTotalItems(Long totalItems)
Sets total items.
|
void |
setTotalPages(Long totalPages)
Sets total pages.
|
void |
setVoucherTemplates(List<VoucherTemplateLiteInfo> voucherTemplates)
Sets voucher templates.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayMarketingVoucherTemplatelistQueryResponse()
public void setCurrentPage(Long currentPage)
currentPage - the current pagepublic Long getCurrentPage()
public void setItemsPerPage(Long itemsPerPage)
itemsPerPage - the items per pagepublic Long getItemsPerPage()
public void setTotalItems(Long totalItems)
totalItems - the total itemspublic Long getTotalItems()
public void setTotalPages(Long totalPages)
totalPages - the total pagespublic Long getTotalPages()
public void setVoucherTemplates(List<VoucherTemplateLiteInfo> voucherTemplates)
voucherTemplates - the voucher templatespublic List<VoucherTemplateLiteInfo> getVoucherTemplates()
Copyright © 2018. All rights reserved.