public class AlipayMarketingVoucherDirectSendModel extends AlipayObject
Constructor and Description |
---|
AlipayMarketingVoucherDirectSendModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
Date |
getBizDate()
Gets biz date.
|
String |
getExtendInfo()
Gets extend info.
|
String |
getMemo()
Gets memo.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getTemplateId()
Gets template id.
|
String |
getUserId()
Gets user id.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setBizDate(Date bizDate)
Sets biz date.
|
void |
setExtendInfo(String extendInfo)
Sets extend info.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setTemplateId(String templateId)
Sets template id.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipayMarketingVoucherDirectSendModel()
public String getAmount()
public void setAmount(String amount)
amount
- the amountpublic Date getBizDate()
public void setBizDate(Date bizDate)
bizDate
- the biz datepublic String getExtendInfo()
public void setExtendInfo(String extendInfo)
extendInfo
- the extend infopublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz nopublic String getTemplateId()
public void setTemplateId(String templateId)
templateId
- the template idpublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.