public static class P2cQueryExitRecordResponse.P2cQueryExitRecord extends Object
| 构造器和说明 |
|---|
P2cQueryExitRecord() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCarType()
Gets car type.
|
String |
getChannelName()
Gets channel name.
|
Double |
getDiscountAmount()
Gets discount amount.
|
Long |
getExitTime()
Gets exit time.
|
String |
getImgUrl()
Gets img url.
|
Integer |
getIsExceptionExit()
Gets is exception exit.
|
String |
getOrderNum()
Gets order num.
|
Double |
getPaidAmount()
Gets paid amount.
|
String |
getParkCode()
Gets park code.
|
String |
getParkName()
Gets park name.
|
Long |
getParkTime()
Gets park time.
|
String |
getPlateColor()
Gets plate color.
|
String |
getPlateNum()
Gets plate num.
|
Double |
getTotalAmount()
Gets total amount.
|
Integer |
getType()
Gets type.
|
void |
setCarType(Integer carType)
Sets car type.
|
void |
setChannelName(String channelName)
Sets channel name.
|
void |
setDiscountAmount(Double discountAmount)
Sets discount amount.
|
void |
setExitTime(Long exitTime)
Sets exit time.
|
void |
setImgUrl(String imgUrl)
Sets img url.
|
void |
setIsExceptionExit(Integer isExceptionExit)
Sets is exception exit.
|
void |
setOrderNum(String orderNum)
Sets order num.
|
void |
setPaidAmount(Double paidAmount)
Sets paid amount.
|
void |
setParkCode(String parkCode)
Sets park code.
|
void |
setParkName(String parkName)
Sets park name.
|
void |
setParkTime(Long parkTime)
Sets park time.
|
void |
setPlateColor(String plateColor)
Sets plate color.
|
void |
setPlateNum(String plateNum)
Sets plate num.
|
void |
setTotalAmount(Double totalAmount)
Sets total amount.
|
void |
setType(Integer type)
Sets type.
|
public String getParkCode()
public void setParkCode(String parkCode)
parkCode - the park codepublic String getParkName()
public void setParkName(String parkName)
parkName - the park namepublic String getOrderNum()
public void setOrderNum(String orderNum)
orderNum - the order numpublic String getPlateNum()
public void setPlateNum(String plateNum)
plateNum - the plate numpublic String getChannelName()
public void setChannelName(String channelName)
channelName - the channel namepublic Long getExitTime()
public void setExitTime(Long exitTime)
exitTime - the exit timepublic Long getParkTime()
public void setParkTime(Long parkTime)
parkTime - the park timepublic Integer getType()
public void setType(Integer type)
type - the typepublic Integer getCarType()
public void setCarType(Integer carType)
carType - the car typepublic Double getTotalAmount()
public void setTotalAmount(Double totalAmount)
totalAmount - the total amountpublic Double getPaidAmount()
public void setPaidAmount(Double paidAmount)
paidAmount - the paid amountpublic Double getDiscountAmount()
public void setDiscountAmount(Double discountAmount)
discountAmount - the discount amountpublic String getImgUrl()
public void setImgUrl(String imgUrl)
imgUrl - the img urlpublic String getPlateColor()
public void setPlateColor(String plateColor)
plateColor - the plate colorpublic Integer getIsExceptionExit()
public void setIsExceptionExit(Integer isExceptionExit)
isExceptionExit - the is exception exitCopyright © 2025. All rights reserved.