Class AvailableMerchantCollection

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

public class AvailableMerchantCollection extends Object
AvailableMerchantCollection
  • Constructor Details

    • AvailableMerchantCollection

      public AvailableMerchantCollection()
  • Method Details

    • getTotalCount

      public Integer getTotalCount()
    • setTotalCount

      public void setTotalCount(Integer totalCount)
    • getData

      public List<String> getData()
    • setData

      public void setData(List<String> data)
    • getOffset

      public Integer getOffset()
    • setOffset

      public void setOffset(Integer offset)
    • getLimit

      public Integer getLimit()
    • setLimit

      public void setLimit(Integer limit)
    • getStockId

      public String getStockId()
    • setStockId

      public void setStockId(String stockId)
    • toString

      public String toString()
      Overrides:
      toString in class Object