类 P2cParkListResponse

java.lang.Object
com.icetech.sdk.response.BaseResponse
com.icetech.sdk.response.p2c.base.P2cParkListResponse

public class P2cParkListResponse extends BaseResponse
Description ParkListResponse Copyright (c) Department of Research and Development/Beijing All Rights Reserved
版本:
1.0 @Date 2022/7/8 16:36
作者:
wgy
  • 构造器详细资料

    • P2cParkListResponse

      public P2cParkListResponse()
  • 方法详细资料

    • getTotal

      public Long getTotal()
      Gets total.
      返回:
      the total
    • setTotal

      public void setTotal(Long total)
      Sets total.
      参数:
      total - the total
    • getTotalPage

      public String getTotalPage()
      Gets total page.
      返回:
      the total page
    • setTotalPage

      public void setTotalPage(String totalPage)
      Sets total page.
      参数:
      totalPage - the total page
    • getRows

      Gets rows.
      返回:
      the rows
    • setRows

      public void setRows(List<P2cParkListResponse.ParkList> rows)
      Sets rows.
      参数:
      rows - the rows