wvp-GB28181-pro/src/main/java/com/genersoft/iot/vmp/common/CommonGbChannel.java

268 lines
8.4 KiB
Java
Raw Normal View History

2023-07-24 09:04:47 +08:00
package com.genersoft.iot.vmp.common;
import io.swagger.v3.oas.annotations.media.Schema;
public class CommonGbChannel {
/**
2023-08-18 12:20:40 +08:00
* //()
2023-07-24 09:04:47 +08:00
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "设备/区域/系统编码(必选)")
private String commonGbDeviceID;
2023-07-24 09:04:47 +08:00
/**
2023-08-18 12:20:40 +08:00
* //()
2023-07-24 09:04:47 +08:00
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "设备/区域/系统名称(必选)")
private String commonGbName;
2023-07-24 09:04:47 +08:00
/**
2023-08-18 12:20:40 +08:00
* ,()
2023-07-24 09:04:47 +08:00
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "当为设备时,设备厂商(必选)")
private String commonGbManufacturer;
2023-07-24 09:04:47 +08:00
/**
2023-08-18 12:20:40 +08:00
* ,()
2023-07-24 09:04:47 +08:00
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "当为设备时,设备型号(必选)")
private String commonGbModel;
2023-07-24 09:04:47 +08:00
/**
2023-08-18 12:20:40 +08:00
* ,()
2023-07-24 09:04:47 +08:00
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "当为设备时,设备归属(必选)")
private String commonGbOwner;
2023-07-24 09:04:47 +08:00
/**
2023-08-18 12:20:40 +08:00
* ()
*/
@Schema(description = "行政区域(必选)")
private String commonGbCivilCode;
/**
* ()
*/
@Schema(description = "警区(可选)")
private String commonGbBlock;
/**
* ,()
*/
@Schema(description = "当为设备时,安装地址(必选)")
private String commonGbAddress;
/**
* ,()1,0
*/
@Schema(description = "当为设备时,是否有子设备(必选)1有,0没有")
private Integer commonGbParental;
/**
* //ID()
*/
@Schema(description = "父设备/区域/系统ID(必选)")
private String commonGbParentID;
/**
* ()0; 0:;2:S/MIME ;3:S/
* MIME;4:
*/
@Schema(description = "信令安全模式(可选)缺省为0; " +
"0:不采用;" +
"2:S/MIME 签名方式;" +
"3:S/MIME加密签名同时采用方式;4:数字摘要方式")
private Integer commonGbSafetyWay;
/**
* ()1;1:IETFRFC3261
* ;2:;3:
*/
@Schema(description = "注册方式(必选)缺省为1;" +
"1:符合IETFRFC3261标准的认证注册模式;" +
"2:基于口令的双向认证注册模式;" +
"3:基于数字证书的双向认证注册模式")
private Integer commonGbRegisterWay;
/**
* ()
*/
@Schema(description = "证书序列号(有证书的设备必选)")
private String commonGbCertNum;
/**
* ()0;:0: 1:
*/
@Schema(description = "证书有效标识(有证书的设备必选)缺省为0;证书有效标识:0:无效 1:有效")
private Integer commonGbCertifiable;
/**
* ()
*/
@Schema(description = "无效原因码(有证书且证书无效的设备必选)")
private Integer commonGbErrCode;
/**
* ()
*/
@Schema(description = "证书终止有效期(有证书的设备必选)")
private String commonGbEndTime;
/**
* ()0;0:,1:
*/
@Schema(description = "保密属性(必选)缺省为0;0:不涉密,1:涉密")
private Integer commonGbSecrecy;
/**
* //IP()
*/
@Schema(description = "设备/区域/系统IP地址(可选)")
private String commonIPAddress;
/**
* //()
*/
@Schema(description = "设备/区域/系统端口(可选)")
private String commonPort;
/**
* ()
*/
@Schema(description = "设备口令(可选)")
private String commonPassword;
/**
* ()
*/
@Schema(description = "设备状态(必选)")
private String commonStatus;
/**
* ()
*/
@Schema(description = "经度(可选)")
private Double commonGbLongitude;
/**
* ()
*/
@Schema(description = "纬度(可选)")
private Double commonGbLatitude;
/**
* ,, :
2023-07-24 09:04:47 +08:00
* 1-;
* 2-;
* 3-;
* 4-
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "摄像机类型扩展,标识摄像机类型,当目录项为摄像机时可选:\n" +
" 1-球机;\n" +
" 2-半球;\n" +
" 3-固定枪机;\n" +
" 4-遥控枪机")
private Integer commonGbPtzType;
2023-07-24 09:04:47 +08:00
/**
*
* 1-
* 2-
* 3-
* 4-广
* 5-
* 6-
* 7-
* 8-
* 9-
* 10-线
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "摄像机位置类型扩展" +
" 1-省际检查站、\n" +
" 2-党政机关、\n" +
" 3-车站码头、\n" +
" 4-中心广场、\n" +
" 5-体育场馆、\n" +
" 6-商业中心、\n" +
" 7-宗教场所、\n" +
" 8-校园周边、\n" +
" 9-治安复杂区域、\n" +
" 10-交通干线")
private Integer commonGbPositionType;
2023-07-24 09:04:47 +08:00
/**
2023-08-18 12:20:40 +08:00
* ,
2023-07-24 09:04:47 +08:00
* 1-
* 2-
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "安装位置室外、室内属性, 1-室外、2-室内")
private Integer commonGbRoomType;
2023-07-24 09:04:47 +08:00
/**
2023-08-18 12:20:40 +08:00
* ,
2023-07-24 09:04:47 +08:00
* 1-
* 2-
* 3-
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "用途, " +
" 1-治安、\n" +
" 2-交通、\n" +
" 3-重点、")
private Integer commonGbUseType;
2023-07-24 09:04:47 +08:00
/**
*
* 1-
* 2-
* 3-
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "补光属性, " +
" 1-无补光、\n" +
" 2-红外补光、\n" +
" 3-白光补光")
private Integer commonGbSupplyLightType;
2023-07-24 09:04:47 +08:00
/**
2023-08-18 12:20:40 +08:00
*
2023-07-24 09:04:47 +08:00
* 1-
* 2-西
* 3-
* 4-
* 5-
* 6-
* 7-西
* 8-西
*
*/
2023-08-18 12:20:40 +08:00
@Schema(description = "方位, 当目录项为摄像机时且为固定摄像机或设置看守位摄像机时可选。" +
" 1-东、\n" +
" 2-西、\n" +
" 3-南、\n" +
" 4-北、\n" +
" 5-东南、\n" +
" 6-东北、\n" +
" 7-西南、\n" +
" 8-西北")
private Integer commonGbDirectionType;
2023-07-24 09:04:47 +08:00
2023-08-18 12:20:40 +08:00
/**
* ,,/
* FSDPf
*/
@Schema(description = "摄像机支持的分辨率,可有多个分辨率值,各个取值间以“/”分隔。" +
"分辨率取值参见附录 F中SDPf字段规定。当目录项为摄像机时可选。")
private Integer commonGbResolution;
2023-07-24 09:04:47 +08:00
2023-08-18 12:20:40 +08:00
/**
* ,,/
* FSDPf
*
*/
@Schema(description = "摄像机支持的分辨率,可有多个分辨率值,各个取值间以“/”分隔。" +
"分辨率取值参见附录 F中SDPf字段规定。当目录项为摄像机时可选。")
private Integer commonGbBusinessGroupID;
2023-07-24 09:04:47 +08:00
}