Class ListActsByAreaResponse

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

public class ListActsByAreaResponse extends Object
ListActsByAreaResponse
  • Constructor Details

    • ListActsByAreaResponse

      public ListActsByAreaResponse()
  • Method Details

    • getTotalCount

      public Integer getTotalCount()
    • setTotalCount

      public void setTotalCount(Integer totalCount)
    • getData

      public List<FmcgAct> getData()
    • setData

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

      public Integer getOffset()
    • setOffset

      public void setOffset(Integer offset)
    • getLimit

      public Integer getLimit()
    • setLimit

      public void setLimit(Integer limit)
    • toString

      public String toString()
      Overrides:
      toString in class Object