类 P2cQueryChannelCarResponse
java.lang.Object
com.icetech.sdk.response.BaseResponse
com.icetech.sdk.response.p2c.device.P2cQueryChannelCarResponse
The type P 2 c query channel car response.
-
嵌套类概要
从类继承的嵌套类/接口 com.icetech.sdk.response.BaseResponse
BaseResponse.ErrorResponse -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets car type.Gets enter time.Gets exit time.Gets img url.Gets order num.Gets plate num.voidsetCarType(Integer carType) Sets car type.voidsetEnterTime(Long enterTime) Sets enter time.voidsetExitTime(Long exitTime) Sets exit time.voidSets img url.voidsetOrderNum(String orderNum) Sets order num.voidsetPlateNum(String plateNum) Sets plate num.从类继承的方法 com.icetech.sdk.response.BaseResponse
getErrorResponse, getRequestId, isSuccess, setErrorResponse, setRequestId
-
构造器详细资料
-
P2cQueryChannelCarResponse
public P2cQueryChannelCarResponse()
-
-
方法详细资料
-
getOrderNum
Gets order num.- 返回:
- the order num
-
setOrderNum
Sets order num.- 参数:
orderNum- the order num
-
getPlateNum
Gets plate num.- 返回:
- the plate num
-
setPlateNum
Sets plate num.- 参数:
plateNum- the plate num
-
getEnterTime
Gets enter time.- 返回:
- the enter time
-
setEnterTime
Sets enter time.- 参数:
enterTime- the enter time
-
getExitTime
Gets exit time.- 返回:
- the exit time
-
setExitTime
Sets exit time.- 参数:
exitTime- the exit time
-
getCarType
Gets car type.- 返回:
- the car type
-
setCarType
Sets car type.- 参数:
carType- the car type
-
getImgUrl
Gets img url.- 返回:
- the img url
-
setImgUrl
Sets img url.- 参数:
imgUrl- the img url
-