|  |  |  | 
|---|
|  |  |  | s += (rtuAddr == null ? "" : ("Rtu地址=" + rtuAddr + "\n")); | 
|---|
|  |  |  | s += "命令类型=" + ( | 
|---|
|  |  |  | type.equals(CommandType.innerCommand)?"内部命令":( | 
|---|
|  |  |  | type.equals(CommandType.outerCommand)?"RTU命令":( | 
|---|
|  |  |  | type.equals(CommandType.mqttCommand)?"MQTT命令":( | 
|---|
|  |  |  | type.equals(CommandType.outerTransCommand)?"透传命令": | 
|---|
|  |  |  | "")))) + "\n" ; | 
|---|
|  |  |  | type.equals(CommandType.outerCommand)?"RTU命令":( | 
|---|
|  |  |  | type.equals(CommandType.mqttCommand)?"MQTT命令":( | 
|---|
|  |  |  | type.equals(CommandType.outerTransCommand)?"透传命令": | 
|---|
|  |  |  | "")))) + "\n" ; | 
|---|
|  |  |  | s += (code == null ? "" : ("功能码=" + code + "\n")) ; | 
|---|
|  |  |  | s += (rtuResultSendWebUrl == null ? "" : ("回调网址=" + rtuResultSendWebUrl + "\n")); | 
|---|
|  |  |  | if(param != null){ | 
|---|