Class ListStoreRequest

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

public class ListStoreRequest extends Object
ListStoreRequest
  • Constructor Details

    • ListStoreRequest

      public ListStoreRequest()
  • Method Details

    • getBrandId

      public String getBrandId()
    • setBrandId

      public void setBrandId(String brandId)
    • 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