public class AlipayEcoMycarOrderStatusQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayEcoMycarOrderStatusQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayOrderId()
Gets alipay order id.
|
String |
getCarOrderId()
Gets car order id.
|
String |
getEquipmentOrderId()
Gets equipment order id.
|
String |
getPayMoney()
Gets pay money.
|
String |
getPayStatus()
Gets pay status.
|
String |
getPayTime()
Gets pay time.
|
String |
getPayType()
Gets pay type.
|
String |
getStatus()
Gets status.
|
void |
setAlipayOrderId(String alipayOrderId)
Sets alipay order id.
|
void |
setCarOrderId(String carOrderId)
Sets car order id.
|
void |
setEquipmentOrderId(String equipmentOrderId)
Sets equipment order id.
|
void |
setPayMoney(String payMoney)
Sets pay money.
|
void |
setPayStatus(String payStatus)
Sets pay status.
|
void |
setPayTime(String payTime)
Sets pay time.
|
void |
setPayType(String payType)
Sets pay type.
|
void |
setStatus(String status)
Sets status.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayEcoMycarOrderStatusQueryResponse()
public void setAlipayOrderId(String alipayOrderId)
alipayOrderId
- the alipay order idpublic String getAlipayOrderId()
public void setCarOrderId(String carOrderId)
carOrderId
- the car order idpublic String getCarOrderId()
public void setEquipmentOrderId(String equipmentOrderId)
equipmentOrderId
- the equipment order idpublic String getEquipmentOrderId()
public void setPayMoney(String payMoney)
payMoney
- the pay moneypublic String getPayMoney()
public void setPayStatus(String payStatus)
payStatus
- the pay statuspublic String getPayStatus()
public void setPayTime(String payTime)
payTime
- the pay timepublic String getPayTime()
public void setPayType(String payType)
payType
- the pay typepublic String getPayType()
public void setStatus(String status)
status
- the statuspublic String getStatus()
Copyright © 2018. All rights reserved.