public class P2cModifyCarInfoRequest extends BaseRequest<P2cModifyCarInfoResponse>
| 构造器和说明 |
|---|
P2cModifyCarInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAction()
Gets action.
|
String |
getCarDesc()
Gets car desc.
|
Integer |
getModifyType()
Gets modify type.
|
String |
getNewValue()
Gets new value.
|
String |
getOldValue()
Gets old value.
|
String |
getOrderNum()
Gets order num.
|
String |
getParkCode()
Gets park code.
|
protected String |
method()
定义接口名称
|
void |
setAction(Integer action)
Sets action.
|
void |
setCarDesc(String carDesc)
Sets car desc.
|
void |
setModifyType(Integer modifyType)
Sets modify type.
|
void |
setNewValue(String newValue)
Sets new value.
|
void |
setOldValue(String oldValue)
Sets old value.
|
void |
setOrderNum(String orderNum)
Sets order num.
|
void |
setParkCode(String parkCode)
Sets park code.
|
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, versionpublic String getParkCode()
public void setParkCode(String parkCode)
parkCode - the park codepublic String getOrderNum()
public void setOrderNum(String orderNum)
orderNum - the order numpublic String getOldValue()
public void setOldValue(String oldValue)
oldValue - the old valuepublic String getNewValue()
public void setNewValue(String newValue)
newValue - the new valuepublic Integer getAction()
public void setAction(Integer action)
action - the actionpublic Integer getModifyType()
public void setModifyType(Integer modifyType)
modifyType - the modify typepublic String getCarDesc()
public void setCarDesc(String carDesc)
carDesc - the car descprotected String method()
BaseRequestmethod 在类中 BaseRequest<P2cModifyCarInfoResponse>Copyright © 2025. All rights reserved.