类 P2cRegionListResponse.RegionListItem
java.lang.Object
com.icetech.sdk.response.p2c.base.P2cRegionListResponse.RegionListItem
- 所有已实现的接口:
Serializable
The type Region list item.
- 另请参阅:
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets has inner.Gets park code.Gets region code.Gets region name.Gets region park.Gets son data.voidsetHasInner(Integer hasInner) Sets has inner.voidsetParkCode(String parkCode) Sets park code.voidsetRegionCode(String regionCode) Sets region code.voidsetRegionName(String regionName) Sets region name.voidsetRegionPark(Integer regionPark) Sets region park.voidSets son data.
-
构造器详细资料
-
RegionListItem
public RegionListItem()
-
-
方法详细资料
-
getRegionCode
Gets region code.- 返回:
- the region code
-
setRegionCode
Sets region code.- 参数:
regionCode- the region code
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getRegionName
Gets region name.- 返回:
- the region name
-
setRegionName
Sets region name.- 参数:
regionName- the region name
-
getRegionPark
Gets region park.- 返回:
- the region park
-
setRegionPark
Sets region park.- 参数:
regionPark- the region park
-
getHasInner
Gets has inner.- 返回:
- the has inner
-
setHasInner
Sets has inner.- 参数:
hasInner- the has inner
-
getSonData
Gets son data.- 返回:
- the son data
-
setSonData
Sets son data.- 参数:
sonData- the son data
-