| | |
| | | public DOWNWarnMsgUrgeTodoReq build(UPWarnMsgAdptInfo upWarnMsgAdptInfo) { |
| | | this.vehicleNo = upWarnMsgAdptInfo.getVehicleNo(); |
| | | this.vehicleColor = upWarnMsgAdptInfo.getVehicleColor(); |
| | | this.dataType = upWarnMsgAdptInfo.getDataType(); |
| | | this.dataLength = upWarnMsgAdptInfo.getDataLength(); |
| | | this.warnSrc = upWarnMsgAdptInfo.getWarnSrc(); |
| | | this.warnType = upWarnMsgAdptInfo.getWarnType(); |
| | | this.warnTime = upWarnMsgAdptInfo.getWarnTime(); |
| | | this.supervisionId = upWarnMsgAdptInfo.getInfoId(); |
| | | this.supervisionEndTime = LocalDateTime.now().plusDays(7).toEpochSecond(ZoneOffset.UTC); |
| | | this.supervisionLevel = 0x01; |
| | | this.supervisor = "admin"; |
| | | this.supervisorTel = ""; |
| | | this.supervisorEmail = ""; |
| | | this.supervisor = "谢茜"; |
| | | this.supervisorTel = "18808258011"; |
| | | this.supervisorEmail = "1360001080@qq.com"; |
| | | return this; |
| | | } |
| | | |