类 P2cEditParkRegionRequest.SonData
java.lang.Object
com.icetech.sdk.request.p2c.base.P2cEditParkRegionRequest.SonData
- 所有已实现的接口:
Serializable
The type Son data.
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets billtypecode.Gets region code.Gets region name.Gets region park.voidsetBilltypecode(String billtypecode) Sets billtypecode.voidsetRegionCode(String regionCode) Sets region code.voidsetRegionName(String regionName) Sets region name.voidsetRegionPark(Integer regionPark) Sets region park.
-
构造器详细资料
-
SonData
public SonData()
-
-
方法详细资料
-
getRegionName
Gets region name.- 返回:
- the region name
-
setRegionName
Sets region name.- 参数:
regionName- the region name
-
getRegionCode
Gets region code.- 返回:
- the region code
-
setRegionCode
Sets region code.- 参数:
regionCode- the region code
-
getRegionPark
Gets region park.- 返回:
- the region park
-
setRegionPark
Sets region park.- 参数:
regionPark- the region park
-
getBilltypecode
Gets billtypecode.- 返回:
- the billtypecode
-
setBilltypecode
Sets billtypecode.- 参数:
billtypecode- the billtypecode
-