| | |
| | | public final static Integer UY_OnlineStatus_Offline = -1; |
| | | public final static Integer UY_OnlineStatus_Unknown = 0; |
| | | |
| | | //Python校验标识 |
| | | public final static Integer PY_OSD_Correct = 1; |
| | | public final static Integer PY_OSD_Unknown = 0; |
| | | public final static Integer PY_OSD_Error = -1; |
| | | //OSD校验标识 |
| | | public final static Integer OSD_Correct = 1; |
| | | public final static Integer OSD_Unknown = 0; |
| | | public final static Integer OSD_Error = -1; |
| | | |
| | | //自贡行政编码 |
| | | public final static String AreaNo = "5103"; |
| | | |
| | | //省厅前缀 |
| | | public final static String Province = "Province_"; |
| | | public final static String County = "County_"; |
| | | //海康访问OSD路径 |
| | | public final static String HK_OSD_PATH = "/ISAPI/System/Video/inputs/channels/1/overlays"; |
| | | //海康访问时间路径 |
| | | public final static String HK_OSD_TIME = "/ISAPI/System/time"; |
| | | |
| | | |
| | | |
| | | /** 考核指标 条件参数 */ |
| | | //车辆考核,点位在线率,区县不少于40路 |
| | | public final static Integer Check_Car_SiteOnline = 40; |
| | | //车辆在线率 Redis 每月数据中断次数 Hash key |
| | | public final static String Check_Car_ViewConnect = "ViewConnectNoData"; |
| | | //标签常量 |
| | | public final static Integer TRUE = 1; |
| | | public final static Integer FALSE = 0; |
| | | } |