public class IntelligentPromoEffect extends AlipayObject
Constructor and Description |
---|
IntelligentPromoEffect() |
Modifier and Type | Method and Description |
---|---|
String |
getAvgPrizeIncrease()
Gets avg prize increase.
|
String |
getCost()
Gets cost.
|
String |
getCurrentTotalAmount()
Gets current total amount.
|
String |
getEffectId()
Gets effect id.
|
Date |
getGmtFrom()
Gets gmt from.
|
Date |
getGmtTo()
Gets gmt to.
|
String |
getGmv()
Gets gmv.
|
Long |
getRemainStockNum()
Gets remain stock num.
|
String |
getRepayRateIncrease()
Gets repay rate increase.
|
String |
getSendCountIncrease()
Gets send count increase.
|
Long |
getTakeCount()
Gets take count.
|
String |
getType()
Gets type.
|
Long |
getUseCount()
Gets use count.
|
void |
setAvgPrizeIncrease(String avgPrizeIncrease)
Sets avg prize increase.
|
void |
setCost(String cost)
Sets cost.
|
void |
setCurrentTotalAmount(String currentTotalAmount)
Sets current total amount.
|
void |
setEffectId(String effectId)
Sets effect id.
|
void |
setGmtFrom(Date gmtFrom)
Sets gmt from.
|
void |
setGmtTo(Date gmtTo)
Sets gmt to.
|
void |
setGmv(String gmv)
Sets gmv.
|
void |
setRemainStockNum(Long remainStockNum)
Sets remain stock num.
|
void |
setRepayRateIncrease(String repayRateIncrease)
Sets repay rate increase.
|
void |
setSendCountIncrease(String sendCountIncrease)
Sets send count increase.
|
void |
setTakeCount(Long takeCount)
Sets take count.
|
void |
setType(String type)
Sets type.
|
void |
setUseCount(Long useCount)
Sets use count.
|
public String getAvgPrizeIncrease()
public void setAvgPrizeIncrease(String avgPrizeIncrease)
avgPrizeIncrease
- the avg prize increasepublic String getCost()
public void setCost(String cost)
cost
- the costpublic String getCurrentTotalAmount()
public void setCurrentTotalAmount(String currentTotalAmount)
currentTotalAmount
- the current total amountpublic String getEffectId()
public void setEffectId(String effectId)
effectId
- the effect idpublic Date getGmtFrom()
public void setGmtFrom(Date gmtFrom)
gmtFrom
- the gmt frompublic Date getGmtTo()
public void setGmtTo(Date gmtTo)
gmtTo
- the gmt topublic String getGmv()
public void setGmv(String gmv)
gmv
- the gmvpublic Long getRemainStockNum()
public void setRemainStockNum(Long remainStockNum)
remainStockNum
- the remain stock numpublic String getRepayRateIncrease()
public void setRepayRateIncrease(String repayRateIncrease)
repayRateIncrease
- the repay rate increasepublic String getSendCountIncrease()
public void setSendCountIncrease(String sendCountIncrease)
sendCountIncrease
- the send count increasepublic Long getTakeCount()
public void setTakeCount(Long takeCount)
takeCount
- the take countpublic String getType()
public void setType(String type)
type
- the typepublic Long getUseCount()
public void setUseCount(Long useCount)
useCount
- the use countCopyright © 2018. All rights reserved.