类 P2cReloadHintRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cReloadHintResponse>
com.icetech.sdk.request.p2c.device.P2cReloadHintRequest
The type P 2 c reload hint request.
- 作者:
- wanggang
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets channel code.Gets order num.Gets park code.Gets plate num.Gets unpay price.protected Stringmethod()定义接口名称voidsetChannelCode(String channelCode) Sets channel code.voidsetOrderNum(String orderNum) Sets order num.voidsetParkCode(String parkCode) Sets park code.voidsetPlateNum(String plateNum) Sets plate num.voidsetUnpayPrice(String unpayPrice) Sets unpay price.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cReloadHintRequest
public P2cReloadHintRequest()
-
-
方法详细资料
-
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
-
getOrderNum
Gets order num.- 返回:
- the order num
-
setOrderNum
Sets order num.- 参数:
orderNum- the order num
-
getPlateNum
Gets plate num.- 返回:
- the plate num
-
setPlateNum
Sets plate num.- 参数:
plateNum- the plate num
-
getUnpayPrice
Gets unpay price.- 返回:
- the unpay price
-
setUnpayPrice
Sets unpay price.- 参数:
unpayPrice- the unpay price
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cReloadHintResponse>- 返回:
- 接口名称
-