public class AlipayMarketingCampaignCashCreateModel extends AlipayObject
Constructor and Description |
---|
AlipayMarketingCampaignCashCreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getCouponName()
Gets coupon name.
|
String |
getEndTime()
Gets end time.
|
String |
getMerchantLink()
Gets merchant link.
|
String |
getPrizeMsg()
Gets prize msg.
|
String |
getPrizeType()
Gets prize type.
|
String |
getSendFreqency()
Gets send freqency.
|
String |
getStartTime()
Gets start time.
|
String |
getTotalMoney()
Gets total money.
|
String |
getTotalNum()
Gets total num.
|
void |
setCouponName(String couponName)
Sets coupon name.
|
void |
setEndTime(String endTime)
Sets end time.
|
void |
setMerchantLink(String merchantLink)
Sets merchant link.
|
void |
setPrizeMsg(String prizeMsg)
Sets prize msg.
|
void |
setPrizeType(String prizeType)
Sets prize type.
|
void |
setSendFreqency(String sendFreqency)
Sets send freqency.
|
void |
setStartTime(String startTime)
Sets start time.
|
void |
setTotalMoney(String totalMoney)
Sets total money.
|
void |
setTotalNum(String totalNum)
Sets total num.
|
public AlipayMarketingCampaignCashCreateModel()
public String getCouponName()
public void setCouponName(String couponName)
couponName
- the coupon namepublic String getEndTime()
public void setEndTime(String endTime)
endTime
- the end timepublic String getMerchantLink()
public void setMerchantLink(String merchantLink)
merchantLink
- the merchant linkpublic String getPrizeMsg()
public void setPrizeMsg(String prizeMsg)
prizeMsg
- the prize msgpublic String getPrizeType()
public void setPrizeType(String prizeType)
prizeType
- the prize typepublic String getSendFreqency()
public void setSendFreqency(String sendFreqency)
sendFreqency
- the send freqencypublic String getStartTime()
public void setStartTime(String startTime)
startTime
- the start timepublic String getTotalMoney()
public void setTotalMoney(String totalMoney)
totalMoney
- the total moneypublic String getTotalNum()
public void setTotalNum(String totalNum)
totalNum
- the total numCopyright © 2018. All rights reserved.