public class UmpCoupon extends Object implements Serializable
Constructor and Description |
---|
UmpCoupon() |
UmpCoupon(Boolean isAtLeast,
Instant endAt,
Boolean isSyncWeixin,
Boolean isRandom,
Boolean isForbidPreference,
String description,
String title,
Instant startAt,
Long total,
Boolean expireNotice,
Long quota,
Long stock,
BigDecimal value,
Long statFetchNum,
BigDecimal valueRandomTo,
Boolean isShare,
Long statUseNum,
Long statFetchUserNum,
Instant created,
String rangeType,
String fetchUrl,
String userLevelName,
Long groupId,
String weixinCardId,
String couponType,
Integer needUserLevel,
BigDecimal atLeast,
Integer status) |
public UmpCoupon()
public UmpCoupon(Boolean isAtLeast, Instant endAt, Boolean isSyncWeixin, Boolean isRandom, Boolean isForbidPreference, String description, String title, Instant startAt, Long total, Boolean expireNotice, Long quota, Long stock, BigDecimal value, Long statFetchNum, BigDecimal valueRandomTo, Boolean isShare, Long statUseNum, Long statFetchUserNum, Instant created, String rangeType, String fetchUrl, String userLevelName, Long groupId, String weixinCardId, String couponType, Integer needUserLevel, BigDecimal atLeast, Integer status)
public Boolean getIsAtLeast()
public void setIsAtLeast(Boolean isAtLeast)
public Instant getEndAt()
public void setEndAt(Instant endAt)
public Boolean getIsSyncWeixin()
public void setIsSyncWeixin(Boolean isSyncWeixin)
public Boolean getIsRandom()
public void setIsRandom(Boolean isRandom)
public Boolean getIsForbidPreference()
public void setIsForbidPreference(Boolean isForbidPreference)
public String getDescription()
public void setDescription(String description)
public String getTitle()
public void setTitle(String title)
public Instant getStartAt()
public void setStartAt(Instant startAt)
public Long getTotal()
public void setTotal(Long total)
public Boolean getExpireNotice()
public void setExpireNotice(Boolean expireNotice)
public Long getQuota()
public void setQuota(Long quota)
public Long getStock()
public void setStock(Long stock)
public BigDecimal getValue()
public void setValue(BigDecimal value)
public Long getStatFetchNum()
public void setStatFetchNum(Long statFetchNum)
public BigDecimal getValueRandomTo()
public void setValueRandomTo(BigDecimal valueRandomTo)
public Boolean getIsShare()
public void setIsShare(Boolean isShare)
public Long getStatUseNum()
public void setStatUseNum(Long statUseNum)
public Long getStatFetchUserNum()
public void setStatFetchUserNum(Long statFetchUserNum)
public Instant getCreated()
public void setCreated(Instant created)
public String getRangeType()
public void setRangeType(String rangeType)
public String getFetchUrl()
public void setFetchUrl(String fetchUrl)
public String getUserLevelName()
public void setUserLevelName(String userLevelName)
public Long getGroupId()
public void setGroupId(Long groupId)
public String getWeixinCardId()
public void setWeixinCardId(String weixinCardId)
public String getCouponType()
public void setCouponType(String couponType)
public Integer getNeedUserLevel()
public void setNeedUserLevel(Integer needUserLevel)
public BigDecimal getAtLeast()
public void setAtLeast(BigDecimal atLeast)
public Integer getStatus()
public void setStatus(Integer status)
Copyright © 2016–2017. All rights reserved.