| | |
| | | private Integer timeOutCancel; |
| | | @ApiModelProperty("接单时间") |
| | | private String snatchOrderTime; |
| | | private String tripId; |
| | | |
| | | public Integer getStartDuration() { |
| | | return startDuration; |
| | |
| | | this.userPhone = userPhone; |
| | | } |
| | | |
| | | public String getTripId() { |
| | | return tripId; |
| | | } |
| | | |
| | | public void setTripId(String tripId) { |
| | | this.tripId = tripId; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "OrderInfoWarpper{" + |
| | |
| | | orderInfoWarpper.setTimeOutCancel(null != map.get("timeOutCancel") ? Integer.valueOf(map.get("timeOutCancel").toString()) : 0); |
| | | orderInfoWarpper.setSnatchOrderTime(null != map.get("snatchOrderTime") ? map.get("snatchOrderTime").toString() : ""); |
| | | orderInfoWarpper.setUserPhone(null != map.get("userPhone") ? map.get("userPhone").toString() : ""); |
| | | orderInfoWarpper.setTripId(null != map.get("tripId") ? map.get("tripId").toString() : ""); |
| | | } |
| | | return orderInfoWarpper; |
| | | } |