public class P2cParkListResponse extends BaseResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
P2cParkListResponse.ParkList |
BaseResponse.ErrorResponse| 构造器和说明 |
|---|
P2cParkListResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<P2cParkListResponse.ParkList> |
getRows()
Gets rows.
|
Long |
getTotal()
Gets total.
|
String |
getTotalPage()
Gets total page.
|
void |
setRows(List<P2cParkListResponse.ParkList> rows)
Sets rows.
|
void |
setTotal(Long total)
Sets total.
|
void |
setTotalPage(String totalPage)
Sets total page.
|
getErrorResponse, getRequestId, isSuccess, setErrorResponse, setRequestIdpublic Long getTotal()
public void setTotal(Long total)
total - the totalpublic String getTotalPage()
public void setTotalPage(String totalPage)
totalPage - the total pagepublic List<P2cParkListResponse.ParkList> getRows()
public void setRows(List<P2cParkListResponse.ParkList> rows)
rows - the rowsCopyright © 2025. All rights reserved.