类 P2cEditParkRegionRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cEditParkRegionResponse>
com.icetech.sdk.request.p2c.base.P2cEditParkRegionRequest
Description EditParkRegionRequest
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/7/18 11:32
- 作者:
- wgy
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidbuildBizContent(Map<String, Object> bizContent) Gets billtypecode.Gets has inner.Gets park code.Gets region code.Gets region name.Gets region park.Gets son data.protected Stringmethod()定义接口名称voidsetBilltypecode(String billtypecode) Sets billtypecode.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.voidsetSonData(List<P2cEditParkRegionRequest.SonData> sonData) Sets son data.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cEditParkRegionRequest
public P2cEditParkRegionRequest()
-
-
方法详细资料
-
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
-
getBilltypecode
Gets billtypecode.- 返回:
- the billtypecode
-
setBilltypecode
Sets billtypecode.- 参数:
billtypecode- the billtypecode
-
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
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cEditParkRegionResponse>- 返回:
- 接口名称
-
buildBizContent
-