public class IntelligentPromoEffect extends AlipayObject
| 构造器和说明 |
|---|
IntelligentPromoEffect() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAvgPrizeIncrease() |
String |
getCost() |
String |
getCurrentTotalAmount() |
String |
getEffectId() |
Date |
getGmtFrom() |
Date |
getGmtTo() |
String |
getGmv() |
Long |
getRemainStockNum() |
String |
getRepayRateIncrease() |
String |
getSendCountIncrease() |
Long |
getTakeCount() |
String |
getType() |
Long |
getUseCount() |
void |
setAvgPrizeIncrease(String avgPrizeIncrease) |
void |
setCost(String cost) |
void |
setCurrentTotalAmount(String currentTotalAmount) |
void |
setEffectId(String effectId) |
void |
setGmtFrom(Date gmtFrom) |
void |
setGmtTo(Date gmtTo) |
void |
setGmv(String gmv) |
void |
setRemainStockNum(Long remainStockNum) |
void |
setRepayRateIncrease(String repayRateIncrease) |
void |
setSendCountIncrease(String sendCountIncrease) |
void |
setTakeCount(Long takeCount) |
void |
setType(String type) |
void |
setUseCount(Long useCount) |
public String getAvgPrizeIncrease()
public void setAvgPrizeIncrease(String avgPrizeIncrease)
public String getCost()
public void setCost(String cost)
public String getCurrentTotalAmount()
public void setCurrentTotalAmount(String currentTotalAmount)
public String getEffectId()
public void setEffectId(String effectId)
public Date getGmtFrom()
public void setGmtFrom(Date gmtFrom)
public Date getGmtTo()
public void setGmtTo(Date gmtTo)
public String getGmv()
public void setGmv(String gmv)
public Long getRemainStockNum()
public void setRemainStockNum(Long remainStockNum)
public String getRepayRateIncrease()
public void setRepayRateIncrease(String repayRateIncrease)
public String getSendCountIncrease()
public void setSendCountIncrease(String sendCountIncrease)
public Long getTakeCount()
public void setTakeCount(Long takeCount)
public String getType()
public void setType(String type)
public Long getUseCount()
public void setUseCount(Long useCount)
Copyright © 2020. All rights reserved.