类 P2cModifyCarInfoRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cModifyCarInfoResponse>
com.icetech.sdk.request.p2c.pay.P2cModifyCarInfoRequest
车辆信息修改接口
- 作者:
- zhangpengzhan
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets action.Gets car desc.Gets modify type.Gets new value.Gets old value.Gets order num.Gets park code.protected Stringmethod()定义接口名称voidSets action.voidsetCarDesc(String carDesc) Sets car desc.voidsetModifyType(Integer modifyType) Sets modify type.voidsetNewValue(String newValue) Sets new value.voidsetOldValue(String oldValue) Sets old value.voidsetOrderNum(String orderNum) Sets order num.voidsetParkCode(String parkCode) Sets park code.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cModifyCarInfoRequest
public P2cModifyCarInfoRequest()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getOrderNum
Gets order num.- 返回:
- the order num
-
setOrderNum
Sets order num.- 参数:
orderNum- the order num
-
getOldValue
Gets old value.- 返回:
- the old value
-
setOldValue
Sets old value.- 参数:
oldValue- the old value
-
getNewValue
Gets new value.- 返回:
- the new value
-
setNewValue
Sets new value.- 参数:
newValue- the new value
-
getAction
Gets action.- 返回:
- the action
-
setAction
Sets action.- 参数:
action- the action
-
getModifyType
Gets modify type.- 返回:
- the modify type
-
setModifyType
Sets modify type.- 参数:
modifyType- the modify type
-
getCarDesc
Gets car desc.- 返回:
- the car desc
-
setCarDesc
Sets car desc.- 参数:
carDesc- the car desc
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cModifyCarInfoResponse>- 返回:
- 接口名称
-