java.lang.Object
com.wechat.pay.java.service.giftactivity.model.FullSendRule

public class FullSendRule extends Object
FullSendRule
  • Constructor Details

    • FullSendRule

      public FullSendRule()
  • Method Details

    • getTransactionAmountMinimum

      public Long getTransactionAmountMinimum()
    • setTransactionAmountMinimum

      public void setTransactionAmountMinimum(Long transactionAmountMinimum)
    • getSendContent

      public SendContentCategory getSendContent()
    • setSendContent

      public void setSendContent(SendContentCategory sendContent)
    • getAwardType

      public AwardType getAwardType()
    • setAwardType

      public void setAwardType(AwardType awardType)
    • getAwardList

      public List<AwardBaseInfo> getAwardList()
    • setAwardList

      public void setAwardList(List<AwardBaseInfo> awardList)
    • getMerchantOption

      public SendMerchantOption getMerchantOption()
    • setMerchantOption

      public void setMerchantOption(SendMerchantOption merchantOption)
    • getMerchantIdList

      public List<String> getMerchantIdList()
    • setMerchantIdList

      public void setMerchantIdList(List<String> merchantIdList)
    • toString

      public String toString()
      Overrides:
      toString in class Object