java.lang.Object
com.wechat.pay.java.service.merchantexclusivecoupon.model.StockSendRule

public class StockSendRule extends Object
StockSendRule
  • Constructor Details

    • StockSendRule

      public StockSendRule()
  • Method Details

    • getMaxAmount

      public Long getMaxAmount()
    • setMaxAmount

      public void setMaxAmount(Long maxAmount)
    • getMaxCoupons

      public Long getMaxCoupons()
    • setMaxCoupons

      public void setMaxCoupons(Long maxCoupons)
    • getMaxCouponsPerUser

      public Integer getMaxCouponsPerUser()
    • setMaxCouponsPerUser

      public void setMaxCouponsPerUser(Integer maxCouponsPerUser)
    • getMaxAmountByDay

      public Long getMaxAmountByDay()
    • setMaxAmountByDay

      public void setMaxAmountByDay(Long maxAmountByDay)
    • getMaxCouponsByDay

      public Long getMaxCouponsByDay()
    • setMaxCouponsByDay

      public void setMaxCouponsByDay(Long maxCouponsByDay)
    • getNaturalPersonLimit

      public Boolean getNaturalPersonLimit()
    • setNaturalPersonLimit

      public void setNaturalPersonLimit(Boolean naturalPersonLimit)
    • getPreventApiAbuse

      public Boolean getPreventApiAbuse()
    • setPreventApiAbuse

      public void setPreventApiAbuse(Boolean preventApiAbuse)
    • getTransferable

      public Boolean getTransferable()
    • setTransferable

      public void setTransferable(Boolean transferable)
    • getShareable

      public Boolean getShareable()
    • setShareable

      public void setShareable(Boolean shareable)
    • toString

      public String toString()
      Overrides:
      toString in class Object