类 P2cQueryChannelCarRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cQueryChannelCarResponse>
com.icetech.sdk.request.p2c.device.P2cQueryChannelCarRequest
The type P 2 c query channel car request.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets channel code.Gets park code.protected Stringmethod()定义接口名称voidsetChannelCode(String channelCode) Sets channel code.voidsetParkCode(String parkCode) Sets park code.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cQueryChannelCarRequest
public P2cQueryChannelCarRequest()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getChannelCode
Gets channel code.- 返回:
- the channel code
-
setChannelCode
Sets channel code.- 参数:
channelCode- the channel code
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cQueryChannelCarResponse>- 返回:
- 接口名称
-