public class UserBenefitInfo extends AlipayObject
| 构造器和说明 |
|---|
UserBenefitInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getEndDate() |
String |
getId() |
String |
getJumpUrl() |
String |
getProductType() |
Date |
getStartDate() |
String |
getSubTitle() |
String |
getTitle() |
Long |
getVoucherQuantity() |
void |
setEndDate(Date endDate) |
void |
setId(String id) |
void |
setJumpUrl(String jumpUrl) |
void |
setProductType(String productType) |
void |
setStartDate(Date startDate) |
void |
setSubTitle(String subTitle) |
void |
setTitle(String title) |
void |
setVoucherQuantity(Long voucherQuantity) |
public Date getEndDate()
public void setEndDate(Date endDate)
public String getId()
public void setId(String id)
public String getJumpUrl()
public void setJumpUrl(String jumpUrl)
public String getProductType()
public void setProductType(String productType)
public Date getStartDate()
public void setStartDate(Date startDate)
public String getSubTitle()
public void setSubTitle(String subTitle)
public String getTitle()
public void setTitle(String title)
public Long getVoucherQuantity()
public void setVoucherQuantity(Long voucherQuantity)
Copyright © 2023. All rights reserved.