类 P2cParkListResponse.ParkList
java.lang.Object
com.icetech.sdk.response.p2c.base.P2cParkListResponse.ParkList
- 所有已实现的接口:
Serializable
- 封闭类:
P2cParkListResponse
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets address.Gets city name.Gets district name.Gets free space.Gets park code.Gets park name.Gets province name.Gets total num.voidsetAddress(String address) Sets address.voidsetCityName(String cityName) Sets city name.voidsetDistrictName(String districtName) Sets district name.voidsetFreeSpace(Integer freeSpace) Sets free space.voidsetParkCode(String parkCode) Sets park code.voidsetParkName(String parkName) Sets park name.voidsetProvinceName(String provinceName) Sets province name.voidsetTotalNum(Integer totalNum) Sets total num.
-
构造器详细资料
-
ParkList
public ParkList()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getParkName
Gets park name.- 返回:
- the park name
-
setParkName
Sets park name.- 参数:
parkName- the park name
-
getProvinceName
Gets province name.- 返回:
- the province name
-
setProvinceName
Sets province name.- 参数:
provinceName- the province name
-
getCityName
Gets city name.- 返回:
- the city name
-
setCityName
Sets city name.- 参数:
cityName- the city name
-
getDistrictName
Gets district name.- 返回:
- the district name
-
setDistrictName
Sets district name.- 参数:
districtName- the district name
-
getAddress
Gets address.- 返回:
- the address
-
setAddress
Sets address.- 参数:
address- the address
-
getTotalNum
Gets total num.- 返回:
- the total num
-
setTotalNum
Sets total num.- 参数:
totalNum- the total num
-
getFreeSpace
Gets free space.- 返回:
- the free space
-
setFreeSpace
Sets free space.- 参数:
freeSpace- the free space
-