public class PromotionDetail
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PromotionDetail.ScopeEnum
GLOBAL:全场代金券;SINGLE:单品优惠
|
static class |
PromotionDetail.TypeEnum
CASH:充值;NOCASH:预充值。
|
Constructor and Description |
---|
PromotionDetail() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAmount() |
java.lang.String |
getCouponId() |
java.lang.String |
getCurrency() |
java.util.List<PromotionGoodsDetail> |
getGoodsDetail() |
java.lang.Integer |
getMerchantContribute() |
java.lang.String |
getName() |
java.lang.Integer |
getOtherContribute() |
PromotionDetail.ScopeEnum |
getScope() |
java.lang.String |
getStockId() |
PromotionDetail.TypeEnum |
getType() |
java.lang.Integer |
getWechatpayContribute() |
void |
setAmount(java.lang.Integer amount) |
void |
setCouponId(java.lang.String couponId) |
void |
setCurrency(java.lang.String currency) |
void |
setGoodsDetail(java.util.List<PromotionGoodsDetail> goodsDetail) |
void |
setMerchantContribute(java.lang.Integer merchantContribute) |
void |
setName(java.lang.String name) |
void |
setOtherContribute(java.lang.Integer otherContribute) |
void |
setScope(PromotionDetail.ScopeEnum scope) |
void |
setStockId(java.lang.String stockId) |
void |
setType(PromotionDetail.TypeEnum type) |
void |
setWechatpayContribute(java.lang.Integer wechatpayContribute) |
java.lang.String |
toString() |
public java.lang.String getCouponId()
public void setCouponId(java.lang.String couponId)
public java.lang.String getName()
public void setName(java.lang.String name)
public PromotionDetail.ScopeEnum getScope()
public void setScope(PromotionDetail.ScopeEnum scope)
public PromotionDetail.TypeEnum getType()
public void setType(PromotionDetail.TypeEnum type)
public java.lang.Integer getAmount()
public void setAmount(java.lang.Integer amount)
public java.lang.String getStockId()
public void setStockId(java.lang.String stockId)
public java.lang.Integer getWechatpayContribute()
public void setWechatpayContribute(java.lang.Integer wechatpayContribute)
public java.lang.Integer getMerchantContribute()
public void setMerchantContribute(java.lang.Integer merchantContribute)
public java.lang.Integer getOtherContribute()
public void setOtherContribute(java.lang.Integer otherContribute)
public java.lang.String getCurrency()
public void setCurrency(java.lang.String currency)
public java.util.List<PromotionGoodsDetail> getGoodsDetail()
public void setGoodsDetail(java.util.List<PromotionGoodsDetail> goodsDetail)
public java.lang.String toString()
toString
in class java.lang.Object