public class AlipayMarketingCampaignCashListQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMarketingCampaignCashListQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<CashCampaignInfo> |
getCampList()
Gets camp list.
|
String |
getPageIndex()
Gets page index.
|
String |
getPageSize()
Gets page size.
|
String |
getTotalSize()
Gets total size.
|
void |
setCampList(List<CashCampaignInfo> campList)
Sets camp list.
|
void |
setPageIndex(String pageIndex)
Sets page index.
|
void |
setPageSize(String pageSize)
Sets page size.
|
void |
setTotalSize(String totalSize)
Sets total size.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayMarketingCampaignCashListQueryResponse()
public void setCampList(List<CashCampaignInfo> campList)
campList
- the camp listpublic List<CashCampaignInfo> getCampList()
public void setPageIndex(String pageIndex)
pageIndex
- the page indexpublic String getPageIndex()
public void setPageSize(String pageSize)
pageSize
- the page sizepublic String getPageSize()
public void setTotalSize(String totalSize)
totalSize
- the total sizepublic String getTotalSize()
Copyright © 2018. All rights reserved.