停止线添加到CloundManager类

This commit is contained in:
liujing
2021-04-09 19:23:41 +08:00
parent d7599cc4f2
commit eaeafaed09
5 changed files with 24 additions and 28 deletions

View File

@@ -126,6 +126,14 @@ public class V2XWarningEntity implements Serializable {
this.speed = speed;
}
public long getShowTime() {
return showTime;
}
public void setShowTime(long showTime) {
this.showTime = showTime;
}
public void setStopLineDistance(double stopLineDistance) {
this.stopLineDistance = stopLineDistance;