public class AlipayMarketingPassInstanceQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMarketingPassInstanceQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<PassInstanceDetail> |
getInstanceList()
Gets instance list.
|
Long |
getPageNum()
Gets page num.
|
Long |
getPageSize()
Gets page size.
|
Long |
getTotal()
Gets total.
|
Long |
getTotalPage()
Gets total page.
|
void |
setInstanceList(List<PassInstanceDetail> instanceList)
Sets instance 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.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayMarketingPassInstanceQueryResponse()
public void setInstanceList(List<PassInstanceDetail> instanceList)
instanceList
- the instance listpublic List<PassInstanceDetail> getInstanceList()
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()
Copyright © 2018. All rights reserved.