public class AlipayMarketingCouponTemplateCreateModel extends AlipayObject
Constructor and Description |
---|
AlipayMarketingCouponTemplateCreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBrandName()
Gets brand name.
|
String |
getExtensionInfo()
Gets extension info.
|
String |
getFloorAmount()
Gets floor amount.
|
String |
getFundAccount()
Gets fund account.
|
String |
getNotifyUri()
Gets notify uri.
|
String |
getOutBizNo()
Gets out biz no.
|
Date |
getPublishEndTime()
Gets publish end time.
|
Date |
getPublishStartTime()
Gets publish start time.
|
String |
getRedirectUri()
Gets redirect uri.
|
String |
getRuleConf()
Gets rule conf.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getVoucherDescription()
Gets voucher description.
|
String |
getVoucherType()
Gets voucher type.
|
String |
getVoucherUseScene()
Gets voucher use scene.
|
String |
getVoucherValidPeriod()
Gets voucher valid period.
|
void |
setBrandName(String brandName)
Sets brand name.
|
void |
setExtensionInfo(String extensionInfo)
Sets extension info.
|
void |
setFloorAmount(String floorAmount)
Sets floor amount.
|
void |
setFundAccount(String fundAccount)
Sets fund account.
|
void |
setNotifyUri(String notifyUri)
Sets notify uri.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setPublishEndTime(Date publishEndTime)
Sets publish end time.
|
void |
setPublishStartTime(Date publishStartTime)
Sets publish start time.
|
void |
setRedirectUri(String redirectUri)
Sets redirect uri.
|
void |
setRuleConf(String ruleConf)
Sets rule conf.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setVoucherDescription(String voucherDescription)
Sets voucher description.
|
void |
setVoucherType(String voucherType)
Sets voucher type.
|
void |
setVoucherUseScene(String voucherUseScene)
Sets voucher use scene.
|
void |
setVoucherValidPeriod(String voucherValidPeriod)
Sets voucher valid period.
|
public AlipayMarketingCouponTemplateCreateModel()
public String getBrandName()
public void setBrandName(String brandName)
brandName
- the brand namepublic String getExtensionInfo()
public void setExtensionInfo(String extensionInfo)
extensionInfo
- the extension infopublic String getFloorAmount()
public void setFloorAmount(String floorAmount)
floorAmount
- the floor amountpublic String getFundAccount()
public void setFundAccount(String fundAccount)
fundAccount
- the fund accountpublic String getNotifyUri()
public void setNotifyUri(String notifyUri)
notifyUri
- the notify uripublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz nopublic Date getPublishEndTime()
public void setPublishEndTime(Date publishEndTime)
publishEndTime
- the publish end timepublic Date getPublishStartTime()
public void setPublishStartTime(Date publishStartTime)
publishStartTime
- the publish start timepublic String getRedirectUri()
public void setRedirectUri(String redirectUri)
redirectUri
- the redirect uripublic String getRuleConf()
public void setRuleConf(String ruleConf)
ruleConf
- the rule confpublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountpublic String getVoucherDescription()
public void setVoucherDescription(String voucherDescription)
voucherDescription
- the voucher descriptionpublic String getVoucherType()
public void setVoucherType(String voucherType)
voucherType
- the voucher typepublic String getVoucherUseScene()
public void setVoucherUseScene(String voucherUseScene)
voucherUseScene
- the voucher use scenepublic String getVoucherValidPeriod()
public void setVoucherValidPeriod(String voucherValidPeriod)
voucherValidPeriod
- the voucher valid periodCopyright © 2018. All rights reserved.