public class AlipayMarketingVoucherQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayMarketingVoucherQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAvailableAmount()
Gets available amount.
|
List<VoucherBillDetail> |
getBillDetails()
Gets bill details.
|
String |
getExtendInfo()
Gets extend info.
|
Date |
getGmtActive()
Gets gmt active.
|
Date |
getGmtCreate()
Gets gmt create.
|
Date |
getGmtExpired()
Gets gmt expired.
|
String |
getName()
Gets name.
|
String |
getStatus()
Gets status.
|
String |
getTemplateId()
Gets template id.
|
Long |
getTotalAmount()
Gets total amount.
|
String |
getUserId()
Gets user id.
|
String |
getVoucherId()
Gets voucher id.
|
void |
setAvailableAmount(Long availableAmount)
Sets available amount.
|
void |
setBillDetails(List<VoucherBillDetail> billDetails)
Sets bill details.
|
void |
setExtendInfo(String extendInfo)
Sets extend info.
|
void |
setGmtActive(Date gmtActive)
Sets gmt active.
|
void |
setGmtCreate(Date gmtCreate)
Sets gmt create.
|
void |
setGmtExpired(Date gmtExpired)
Sets gmt expired.
|
void |
setName(String name)
Sets name.
|
void |
setStatus(String status)
Sets status.
|
void |
setTemplateId(String templateId)
Sets template id.
|
void |
setTotalAmount(Long totalAmount)
Sets total amount.
|
void |
setUserId(String userId)
Sets user id.
|
void |
setVoucherId(String voucherId)
Sets voucher id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAvailableAmount(Long availableAmount)
availableAmount - the available amountpublic Long getAvailableAmount()
public void setBillDetails(List<VoucherBillDetail> billDetails)
billDetails - the bill detailspublic List<VoucherBillDetail> getBillDetails()
public void setExtendInfo(String extendInfo)
extendInfo - the extend infopublic String getExtendInfo()
public void setGmtActive(Date gmtActive)
gmtActive - the gmt activepublic Date getGmtActive()
public void setGmtCreate(Date gmtCreate)
gmtCreate - the gmt createpublic Date getGmtCreate()
public void setGmtExpired(Date gmtExpired)
gmtExpired - the gmt expiredpublic Date getGmtExpired()
public void setName(String name)
name - the namepublic String getName()
public void setStatus(String status)
status - the statuspublic String getStatus()
public void setTemplateId(String templateId)
templateId - the template idpublic String getTemplateId()
public void setTotalAmount(Long totalAmount)
totalAmount - the total amountpublic Long getTotalAmount()
public void setUserId(String userId)
userId - the user idpublic String getUserId()
public void setVoucherId(String voucherId)
voucherId - the voucher idpublic String getVoucherId()
Copyright © 2018. All rights reserved.