类 P2cDelRegionRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cDelRegionResponse>
com.icetech.sdk.request.p2c.base.P2cDelRegionRequest
Description P2cDelRegionRequest
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/7/18 14:11
- 作者:
- wgy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets park code.Gets region code.protected Stringmethod()定义接口名称voidsetParkCode(String parkCode) Sets park code.voidsetRegionCode(String regionCode) Sets region code.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cDelRegionRequest
public P2cDelRegionRequest()
-
-
方法详细资料
-
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
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cDelRegionResponse>- 返回:
- 接口名称
-