Commit 25f7d28b authored by duanruiming's avatar duanruiming

[add] 海信灯态结构添加字段

parent db0e5ef2
......@@ -47,7 +47,7 @@ public class LightStatusPojo {
@ApiModelProperty(value = "行政区编号,如“640104")
private String regionId;
@ApiModelProperty(value = "置信度,1.0代表100%可信,若遇早晚高峰动态配时,可以降低置信度")
private int confidence;
private String confidence;
@ApiModelProperty(value = "控制模式,11:特殊控制-关灯,12:特殊控制-全红,13:特殊控制-黄闪,21:单点多时段控制," +
"22:单点感应控制,23:单点自适应控制,31:线协调控制,41:区域协调控制,51:干预控制-手动控制," +
"52:干预控制-锁定阶段控制,53:干预控制-指定方案,54:干预控制-锁定相位控制")
......@@ -66,12 +66,18 @@ public class LightStatusPojo {
private int planId;
@ApiModelProperty(value = "数据产生时间戳,精确到毫秒,与北京时间校准务必准确")
private Long signalMachineStamp;
@ApiModelProperty(value = "可变车道:")
private List<Integer> varLaneChannel;
private Integer offset;
private Integer periodCountDown;
@Data
@ApiModel(value = "来自滴滴海信灯态实体类")
public static class LampRealInfos {
@ApiModelProperty(value = "通道描述")
private Integer channelDesc;
@ApiModelProperty(value = "通道编号")
private Integer channelNo;
@ApiModelProperty(value = "当前灯色剩余时间,单位:秒,动态变化的具体数值,时效性要求高")
private Integer countDown;
@ApiModelProperty(value = "当前灯色,22-黄灯,23-绿灯,21-红灯")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment