public class P2cQueryFeeResponse extends BaseResponse
BaseResponse.ErrorResponse| 构造器和说明 |
|---|
P2cQueryFeeResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCarType()
Gets car type.
|
Double |
getDiscountPrice()
Gets discount price.
|
Long |
getEnterTime()
Gets enter time.
|
Integer |
getFreeAfterPay()
Gets free after pay.
|
Double |
getInDiscAmount()
Gets in disc amount.
|
Double |
getNeedPayPrice()
Gets need pay price.
|
String |
getOrderNum()
Gets order num.
|
Double |
getOutDiscAmount()
Gets out disc amount.
|
Double |
getPaidPrice()
Gets paid price.
|
String |
getParkName()
Gets park name.
|
Integer |
getParkTime()
Gets park time.
|
String |
getPlateNum()
Gets plate num.
|
Double |
getTotalPrice()
Gets total price.
|
String |
getTradeNo()
Gets trade no.
|
void |
setCarType(Integer carType)
Sets car type.
|
void |
setDiscountPrice(Double discountPrice)
Sets discount price.
|
void |
setEnterTime(Long enterTime)
Sets enter time.
|
void |
setFreeAfterPay(Integer freeAfterPay)
Sets free after pay.
|
void |
setInDiscAmount(Double inDiscAmount)
Sets in disc amount.
|
void |
setNeedPayPrice(Double needPayPrice)
Sets need pay price.
|
void |
setOrderNum(String orderNum)
Sets order num.
|
void |
setOutDiscAmount(Double outDiscAmount)
Sets out disc amount.
|
void |
setPaidPrice(Double paidPrice)
Sets paid price.
|
void |
setParkName(String parkName)
Sets park name.
|
void |
setParkTime(Integer parkTime)
Sets park time.
|
void |
setPlateNum(String plateNum)
Sets plate num.
|
void |
setTotalPrice(Double totalPrice)
Sets total price.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
getErrorResponse, getRequestId, isSuccess, setErrorResponse, setRequestIdpublic String getOrderNum()
public void setOrderNum(String orderNum)
orderNum - the order numpublic String getParkName()
public void setParkName(String parkName)
parkName - the park namepublic Long getEnterTime()
public void setEnterTime(Long enterTime)
enterTime - the enter timepublic String getPlateNum()
public void setPlateNum(String plateNum)
plateNum - the plate numpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic Integer getCarType()
public void setCarType(Integer carType)
carType - the car typepublic Double getTotalPrice()
public void setTotalPrice(Double totalPrice)
totalPrice - the total pricepublic Double getPaidPrice()
public void setPaidPrice(Double paidPrice)
paidPrice - the paid pricepublic Double getDiscountPrice()
public void setDiscountPrice(Double discountPrice)
discountPrice - the discount pricepublic Double getNeedPayPrice()
public void setNeedPayPrice(Double needPayPrice)
needPayPrice - the need pay pricepublic Integer getParkTime()
public void setParkTime(Integer parkTime)
parkTime - the park timepublic Double getOutDiscAmount()
public void setOutDiscAmount(Double outDiscAmount)
outDiscAmount - the out disc amountpublic Double getInDiscAmount()
public void setInDiscAmount(Double inDiscAmount)
inDiscAmount - the in disc amountpublic Integer getFreeAfterPay()
public void setFreeAfterPay(Integer freeAfterPay)
freeAfterPay - the free after payCopyright © 2025. All rights reserved.