648540858
2022-01-25 c547851487a8e24f93405ace3c0359d0d6790364
src/main/java/com/genersoft/iot/vmp/gb28181/bean/DeviceAlarm.java
@@ -14,6 +14,11 @@
   private String deviceId;
   /**
    * 通道Id
    */
   private String channelId;
   /**
    * 报警级别, 1为一级警情, 2为二级警情, 3为三级警情, 4为四级 警情-
    */
   private String alarmPriority;
@@ -121,4 +126,12 @@
   public void setAlarmType(String alarmType) {
      this.alarmType = alarmType;
   }
   public String getChannelId() {
      return channelId;
   }
   public void setChannelId(String channelId) {
      this.channelId = channelId;
   }
}