java.lang.Object
com.wechat.pay.java.service.cashcoupons.model.StockRule

public class StockRule extends Object
StockRule
  • Constructor Details

    • StockRule

      public StockRule()
  • Method Details

    • getMaxCoupons

      public Long getMaxCoupons()
    • setMaxCoupons

      public void setMaxCoupons(Long maxCoupons)
    • getMaxAmount

      public Long getMaxAmount()
    • setMaxAmount

      public void setMaxAmount(Long maxAmount)
    • getMaxAmountByDay

      public Long getMaxAmountByDay()
    • setMaxAmountByDay

      public void setMaxAmountByDay(Long maxAmountByDay)
    • getMaxCouponsPerUser

      public Integer getMaxCouponsPerUser()
    • setMaxCouponsPerUser

      public void setMaxCouponsPerUser(Integer maxCouponsPerUser)
    • getNaturalPersonLimit

      public Boolean getNaturalPersonLimit()
    • setNaturalPersonLimit

      public void setNaturalPersonLimit(Boolean naturalPersonLimit)
    • getPreventApiAbuse

      public Boolean getPreventApiAbuse()
    • setPreventApiAbuse

      public void setPreventApiAbuse(Boolean preventApiAbuse)
    • toString

      public String toString()
      Overrides:
      toString in class Object