public class AlipayMarketingVoucherTemplatedetailQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMarketingVoucherTemplatedetailQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
String |
getFloorAmount()
Gets floor amount.
|
String |
getPublishAmount()
Gets publish amount.
|
Long |
getPublishCount()
Gets publish count.
|
Date |
getPublishEndTime()
Gets publish end time.
|
Date |
getPublishStartTime()
Gets publish start time.
|
String |
getRecycleAmount()
Gets recycle amount.
|
String |
getStatus()
Gets status.
|
String |
getTemplateId()
Gets template id.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getUsedAmount()
Gets used amount.
|
Long |
getUsedCount()
Gets used count.
|
String |
getVoucherDescription()
Gets voucher description.
|
String |
getVoucherName()
Gets voucher name.
|
Long |
getVoucherQuantity()
Gets voucher quantity.
|
String |
getVoucherType()
Gets voucher type.
|
String |
getVoucherValidPeriod()
Gets voucher valid period.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setFloorAmount(String floorAmount)
Sets floor amount.
|
void |
setPublishAmount(String publishAmount)
Sets publish amount.
|
void |
setPublishCount(Long publishCount)
Sets publish count.
|
void |
setPublishEndTime(Date publishEndTime)
Sets publish end time.
|
void |
setPublishStartTime(Date publishStartTime)
Sets publish start time.
|
void |
setRecycleAmount(String recycleAmount)
Sets recycle amount.
|
void |
setStatus(String status)
Sets status.
|
void |
setTemplateId(String templateId)
Sets template id.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setUsedAmount(String usedAmount)
Sets used amount.
|
void |
setUsedCount(Long usedCount)
Sets used count.
|
void |
setVoucherDescription(String voucherDescription)
Sets voucher description.
|
void |
setVoucherName(String voucherName)
Sets voucher name.
|
void |
setVoucherQuantity(Long voucherQuantity)
Sets voucher quantity.
|
void |
setVoucherType(String voucherType)
Sets voucher type.
|
void |
setVoucherValidPeriod(String voucherValidPeriod)
Sets voucher valid period.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayMarketingVoucherTemplatedetailQueryResponse()
public void setAmount(String amount)
amount
- the amountpublic String getAmount()
public void setFloorAmount(String floorAmount)
floorAmount
- the floor amountpublic String getFloorAmount()
public void setPublishAmount(String publishAmount)
publishAmount
- the publish amountpublic String getPublishAmount()
public void setPublishCount(Long publishCount)
publishCount
- the publish countpublic Long getPublishCount()
public void setPublishEndTime(Date publishEndTime)
publishEndTime
- the publish end timepublic Date getPublishEndTime()
public void setPublishStartTime(Date publishStartTime)
publishStartTime
- the publish start timepublic Date getPublishStartTime()
public void setRecycleAmount(String recycleAmount)
recycleAmount
- the recycle amountpublic String getRecycleAmount()
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 setUsedAmount(String usedAmount)
usedAmount
- the used amountpublic String getUsedAmount()
public void setUsedCount(Long usedCount)
usedCount
- the used countpublic Long getUsedCount()
public void setVoucherDescription(String voucherDescription)
voucherDescription
- the voucher descriptionpublic String getVoucherDescription()
public void setVoucherName(String voucherName)
voucherName
- the voucher namepublic String getVoucherName()
public void setVoucherQuantity(Long voucherQuantity)
voucherQuantity
- the voucher quantitypublic Long getVoucherQuantity()
public void setVoucherType(String voucherType)
voucherType
- the voucher typepublic String getVoucherType()
public void setVoucherValidPeriod(String voucherValidPeriod)
voucherValidPeriod
- the voucher valid periodpublic String getVoucherValidPeriod()
Copyright © 2018. All rights reserved.