java.lang.Object
com.wechat.pay.java.service.retailstore.model.ActRule

public class ActRule extends Object
ActRule
  • Constructor Details

    • ActRule

      public ActRule()
  • Method Details

    • getStoreSubsidy

      public Long getStoreSubsidy()
    • setStoreSubsidy

      public void setStoreSubsidy(Long storeSubsidy)
    • getServiceProviderSubsidy

      public Long getServiceProviderSubsidy()
    • setServiceProviderSubsidy

      public void setServiceProviderSubsidy(Long serviceProviderSubsidy)
    • getStoreSubsidyQuota

      public Integer getStoreSubsidyQuota()
    • setStoreSubsidyQuota

      public void setStoreSubsidyQuota(Integer storeSubsidyQuota)
    • getUserSubsidyQuota

      public Integer getUserSubsidyQuota()
    • setUserSubsidyQuota

      public void setUserSubsidyQuota(Integer userSubsidyQuota)
    • getAreas

      public List<ActArea> getAreas()
    • setAreas

      public void setAreas(List<ActArea> areas)
    • toString

      public String toString()
      Overrides:
      toString in class Object