类 P2cEditChargeRuleRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cEditChargeRuleResponse>
com.icetech.sdk.request.p2c.rule.P2cEditChargeRuleRequest
编辑临时车收费规则参数
- 作者:
- zhangpengzhan
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets charge eight.Gets charge five.Gets charge seven.Gets charge three.Gets park code.Gets rule id.Gets rule name.Gets time four.Gets time one.Gets time six.Gets time two.protected Stringmethod()定义接口名称voidsetChargeEight(Integer chargeEight) Sets charge eight.voidsetChargeFive(Integer chargeFive) Sets charge five.voidsetChargeSeven(Integer chargeSeven) Sets charge seven.voidsetChargeThree(Integer chargeThree) Sets charge three.voidsetParkCode(String parkCode) Sets park code.voidSets rule id.voidsetRuleName(String ruleName) Sets rule name.voidsetTimeFour(Integer timeFour) Sets time four.voidsetTimeOne(Integer timeOne) Sets time one.voidsetTimeSix(Integer timeSix) Sets time six.voidsetTimeTwo(Integer timeTwo) Sets time two.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cEditChargeRuleRequest
public P2cEditChargeRuleRequest()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getRuleId
Gets rule id.- 返回:
- the rule id
-
setRuleId
Sets rule id.- 参数:
ruleId- the rule id
-
getRuleName
Gets rule name.- 返回:
- the rule name
-
setRuleName
Sets rule name.- 参数:
ruleName- the rule name
-
getTimeOne
Gets time one.- 返回:
- the time one
-
setTimeOne
Sets time one.- 参数:
timeOne- the time one
-
getTimeTwo
Gets time two.- 返回:
- the time two
-
setTimeTwo
Sets time two.- 参数:
timeTwo- the time two
-
getChargeThree
Gets charge three.- 返回:
- the charge three
-
setChargeThree
Sets charge three.- 参数:
chargeThree- the charge three
-
getTimeFour
Gets time four.- 返回:
- the time four
-
setTimeFour
Sets time four.- 参数:
timeFour- the time four
-
getChargeFive
Gets charge five.- 返回:
- the charge five
-
setChargeFive
Sets charge five.- 参数:
chargeFive- the charge five
-
getTimeSix
Gets time six.- 返回:
- the time six
-
setTimeSix
Sets time six.- 参数:
timeSix- the time six
-
getChargeSeven
Gets charge seven.- 返回:
- the charge seven
-
setChargeSeven
Sets charge seven.- 参数:
chargeSeven- the charge seven
-
getChargeEight
Gets charge eight.- 返回:
- the charge eight
-
setChargeEight
Sets charge eight.- 参数:
chargeEight- the charge eight
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cEditChargeRuleResponse>- 返回:
- 接口名称
-