public class PayForPrivilegePromotionPlanInfo extends AlipayObject
| 构造器和说明 |
|---|
PayForPrivilegePromotionPlanInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBenefit() |
Date |
getCreateTime() |
Date |
getEndTime() |
Date |
getModifyTime() |
String |
getOutBizNo() |
List<PayForPrivilegePaidVoucherConfig> |
getPaidVoucherList() |
String |
getPrincipal() |
String |
getPromotionPlanId() |
Date |
getStartTime() |
String |
getStatus() |
void |
setBenefit(String benefit) |
void |
setCreateTime(Date createTime) |
void |
setEndTime(Date endTime) |
void |
setModifyTime(Date modifyTime) |
void |
setOutBizNo(String outBizNo) |
void |
setPaidVoucherList(List<PayForPrivilegePaidVoucherConfig> paidVoucherList) |
void |
setPrincipal(String principal) |
void |
setPromotionPlanId(String promotionPlanId) |
void |
setStartTime(Date startTime) |
void |
setStatus(String status) |
public String getBenefit()
public void setBenefit(String benefit)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getEndTime()
public void setEndTime(Date endTime)
public Date getModifyTime()
public void setModifyTime(Date modifyTime)
public String getOutBizNo()
public void setOutBizNo(String outBizNo)
public List<PayForPrivilegePaidVoucherConfig> getPaidVoucherList()
public void setPaidVoucherList(List<PayForPrivilegePaidVoucherConfig> paidVoucherList)
public String getPrincipal()
public void setPrincipal(String principal)
public String getPromotionPlanId()
public void setPromotionPlanId(String promotionPlanId)
public Date getStartTime()
public void setStartTime(Date startTime)
public String getStatus()
public void setStatus(String status)
Copyright © 2023. All rights reserved.