81小巴车联调弱势交通预警部分判空添加;
日志添加,后续删除
This commit is contained in:
@@ -197,4 +197,16 @@ public class V2XMessageEntity<T> implements Serializable {
|
||||
@Retention(RetentionPolicy.SOURCE) //表示注解所存活的时间,在运行时,而不会存在 .class 文件中
|
||||
public @interface MessageType { //接口,定义新的注解类型
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "V2XMessageEntity{" +
|
||||
"type=" + type +
|
||||
", showState=" + showState +
|
||||
", isNeedCompareSameScenario=" + isNeedCompareSameScenario +
|
||||
", onlyShow=" + onlyShow +
|
||||
", needAddLine=" + needAddLine +
|
||||
", content=" + content +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user