Class ListStoreResponse

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

public class ListStoreResponse extends Object
ListStoreResponse
  • Constructor Details

    • ListStoreResponse

      public ListStoreResponse()
  • Method Details

    • getTotalCount

      public Long getTotalCount()
    • setTotalCount

      public void setTotalCount(Long totalCount)
    • getData

      public List<RetailStoreInfo> getData()
    • setData

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

      public Long getOffset()
    • setOffset

      public void setOffset(Long offset)
    • getLimit

      public Long getLimit()
    • setLimit

      public void setLimit(Long limit)
    • toString

      public String toString()
      Overrides:
      toString in class Object