public class ServicePromoBaseVO extends AlipayObject
| 构造器和说明 |
|---|
ServicePromoBaseVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizStatus() |
String |
getPromoBoothId() |
List<PromoContentBizVO> |
getPromoContents() |
List<String> |
getPromoEntityCodes() |
String |
getPromoEntityType() |
String |
getPromoRecordId() |
String |
getRejectReason() |
void |
setBizStatus(String bizStatus) |
void |
setPromoBoothId(String promoBoothId) |
void |
setPromoContents(List<PromoContentBizVO> promoContents) |
void |
setPromoEntityCodes(List<String> promoEntityCodes) |
void |
setPromoEntityType(String promoEntityType) |
void |
setPromoRecordId(String promoRecordId) |
void |
setRejectReason(String rejectReason) |
public String getBizStatus()
public void setBizStatus(String bizStatus)
public String getPromoBoothId()
public void setPromoBoothId(String promoBoothId)
public List<PromoContentBizVO> getPromoContents()
public void setPromoContents(List<PromoContentBizVO> promoContents)
public String getPromoEntityType()
public void setPromoEntityType(String promoEntityType)
public String getPromoRecordId()
public void setPromoRecordId(String promoRecordId)
public String getRejectReason()
public void setRejectReason(String rejectReason)
Copyright © 2023. All rights reserved.