类 P2cModifyCarInfoRequest

java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cModifyCarInfoResponse>
com.icetech.sdk.request.p2c.pay.P2cModifyCarInfoRequest

public class P2cModifyCarInfoRequest extends BaseRequest<P2cModifyCarInfoResponse>
车辆信息修改接口
作者:
zhangpengzhan
  • 构造器详细资料

    • P2cModifyCarInfoRequest

      public P2cModifyCarInfoRequest()
  • 方法详细资料

    • getParkCode

      public String getParkCode()
      Gets park code.
      返回:
      the park code
    • setParkCode

      public void setParkCode(String parkCode)
      Sets park code.
      参数:
      parkCode - the park code
    • getOrderNum

      public String getOrderNum()
      Gets order num.
      返回:
      the order num
    • setOrderNum

      public void setOrderNum(String orderNum)
      Sets order num.
      参数:
      orderNum - the order num
    • getOldValue

      public String getOldValue()
      Gets old value.
      返回:
      the old value
    • setOldValue

      public void setOldValue(String oldValue)
      Sets old value.
      参数:
      oldValue - the old value
    • getNewValue

      public String getNewValue()
      Gets new value.
      返回:
      the new value
    • setNewValue

      public void setNewValue(String newValue)
      Sets new value.
      参数:
      newValue - the new value
    • getAction

      public Integer getAction()
      Gets action.
      返回:
      the action
    • setAction

      public void setAction(Integer action)
      Sets action.
      参数:
      action - the action
    • getModifyType

      public Integer getModifyType()
      Gets modify type.
      返回:
      the modify type
    • setModifyType

      public void setModifyType(Integer modifyType)
      Sets modify type.
      参数:
      modifyType - the modify type
    • getCarDesc

      public String getCarDesc()
      Gets car desc.
      返回:
      the car desc
    • setCarDesc

      public void setCarDesc(String carDesc)
      Sets car desc.
      参数:
      carDesc - the car desc
    • method

      protected String method()
      从类复制的说明: BaseRequest
      定义接口名称
      指定者:
      method 在类中 BaseRequest<P2cModifyCarInfoResponse>
      返回:
      接口名称