public class AlipayMarketingVoucherDirectSendResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMarketingVoucherDirectSendResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAssetsCode()
Gets assets code.
|
String |
getAvailableAmount()
Gets available amount.
|
String |
getAvailableCash()
Gets available cash.
|
String |
getExtendInfo()
Gets extend info.
|
String |
getExtendTemplateInfo()
Gets extend template info.
|
String |
getGmtActive()
Gets gmt active.
|
String |
getGmtCreate()
Gets gmt create.
|
String |
getGmtExpired()
Gets gmt expired.
|
String |
getGmtExtend()
Gets gmt extend.
|
String |
getGmtModified()
Gets gmt modified.
|
String |
getName()
Gets name.
|
String |
getProductCode()
Gets product code.
|
String |
getStatus()
Gets status.
|
String |
getTemplateId()
Gets template id.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTotalCash()
Gets total cash.
|
String |
getUserId()
Gets user id.
|
String |
getVoucherDescription()
Gets voucher description.
|
String |
getVoucherId()
Gets voucher id.
|
void |
setAssetsCode(String assetsCode)
Sets assets code.
|
void |
setAvailableAmount(String availableAmount)
Sets available amount.
|
void |
setAvailableCash(String availableCash)
Sets available cash.
|
void |
setExtendInfo(String extendInfo)
Sets extend info.
|
void |
setExtendTemplateInfo(String extendTemplateInfo)
Sets extend template info.
|
void |
setGmtActive(String gmtActive)
Sets gmt active.
|
void |
setGmtCreate(String gmtCreate)
Sets gmt create.
|
void |
setGmtExpired(String gmtExpired)
Sets gmt expired.
|
void |
setGmtExtend(String gmtExtend)
Sets gmt extend.
|
void |
setGmtModified(String gmtModified)
Sets gmt modified.
|
void |
setName(String name)
Sets name.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setStatus(String status)
Sets status.
|
void |
setTemplateId(String templateId)
Sets template id.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTotalCash(String totalCash)
Sets total cash.
|
void |
setUserId(String userId)
Sets user id.
|
void |
setVoucherDescription(String voucherDescription)
Sets voucher description.
|
void |
setVoucherId(String voucherId)
Sets voucher id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayMarketingVoucherDirectSendResponse()
public void setAssetsCode(String assetsCode)
assetsCode
- the assets codepublic String getAssetsCode()
public void setAvailableAmount(String availableAmount)
availableAmount
- the available amountpublic String getAvailableAmount()
public void setAvailableCash(String availableCash)
availableCash
- the available cashpublic String getAvailableCash()
public void setExtendInfo(String extendInfo)
extendInfo
- the extend infopublic String getExtendInfo()
public void setExtendTemplateInfo(String extendTemplateInfo)
extendTemplateInfo
- the extend template infopublic String getExtendTemplateInfo()
public void setGmtActive(String gmtActive)
gmtActive
- the gmt activepublic String getGmtActive()
public void setGmtCreate(String gmtCreate)
gmtCreate
- the gmt createpublic String getGmtCreate()
public void setGmtExpired(String gmtExpired)
gmtExpired
- the gmt expiredpublic String getGmtExpired()
public void setGmtExtend(String gmtExtend)
gmtExtend
- the gmt extendpublic String getGmtExtend()
public void setGmtModified(String gmtModified)
gmtModified
- the gmt modifiedpublic String getGmtModified()
public void setName(String name)
name
- the namepublic String getName()
public void setProductCode(String productCode)
productCode
- the product codepublic String getProductCode()
public void setStatus(String status)
status
- the statuspublic String getStatus()
public void setTemplateId(String templateId)
templateId
- the template idpublic String getTemplateId()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountpublic String getTotalAmount()
public void setTotalCash(String totalCash)
totalCash
- the total cashpublic String getTotalCash()
public void setUserId(String userId)
userId
- the user idpublic String getUserId()
public void setVoucherDescription(String voucherDescription)
voucherDescription
- the voucher descriptionpublic String getVoucherDescription()
public void setVoucherId(String voucherId)
voucherId
- the voucher idpublic String getVoucherId()
Copyright © 2018. All rights reserved.