类 P2cRegionListResponse
java.lang.Object
com.icetech.sdk.response.BaseResponse
com.icetech.sdk.response.p2c.base.P2cRegionListResponse
Description RegionListResponse
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/7/18 10:58
- 作者:
- wgy
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 com.icetech.sdk.response.BaseResponse
BaseResponse.ErrorResponse -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getRows()Gets rows.getTotal()Gets total.Gets total page.voidSets rows.voidSets total.voidsetTotalPage(String totalPage) Sets total page.从类继承的方法 com.icetech.sdk.response.BaseResponse
getErrorResponse, getRequestId, isSuccess, setErrorResponse, setRequestId
-
构造器详细资料
-
P2cRegionListResponse
public P2cRegionListResponse()
-
-
方法详细资料
-
getTotal
Gets total.- 返回:
- the total
-
setTotal
Sets total.- 参数:
total- the total
-
getTotalPage
Gets total page.- 返回:
- the total page
-
setTotalPage
Sets total page.- 参数:
totalPage- the total page
-
getRows
Gets rows.- 返回:
- the rows
-
setRows
Sets rows.- 参数:
rows- the rows
-