Class Events

    • Constructor Detail

      • Events

        public Events()
      • Events

        public Events​(Events source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getEventTime

        public Long getEventTime()
        Get 开始时间,秒级时间戳 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EventTime 开始时间,秒级时间戳 注意:此字段可能返回 null,表示取不到有效值。
      • setEventTime

        public void setEventTime​(Long EventTime)
        Set 开始时间,秒级时间戳 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EventTime - 开始时间,秒级时间戳 注意:此字段可能返回 null,表示取不到有效值。
      • getEventType

        public Long getEventType()
        Get 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EventType 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 注意:此字段可能返回 null,表示取不到有效值。
      • setEventType

        public void setEventType​(Long EventType)
        Set 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EventType - 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 注意:此字段可能返回 null,表示取不到有效值。
      • getEventDesc

        public String getEventDesc()
        Get 事件描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EventDesc 事件描述 注意:此字段可能返回 null,表示取不到有效值。
      • setEventDesc

        public void setEventDesc​(String EventDesc)
        Set 事件描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EventDesc - 事件描述 注意:此字段可能返回 null,表示取不到有效值。
      • getDeviceType

        public Long getDeviceType()
        Get 设备类型
        Returns:
        DeviceType 设备类型
      • setDeviceType

        public void setDeviceType​(Long DeviceType)
        Set 设备类型
        Parameters:
        DeviceType - 设备类型
      • getDeviceAddress

        public String getDeviceAddress()
        Get 设备地址
        Returns:
        DeviceAddress 设备地址
      • setDeviceAddress

        public void setDeviceAddress​(String DeviceAddress)
        Set 设备地址
        Parameters:
        DeviceAddress - 设备地址
      • getDeviceId

        public String getDeviceId()
        Get 设备Id
        Returns:
        DeviceId 设备Id
      • setDeviceId

        public void setDeviceId​(String DeviceId)
        Set 设备Id
        Parameters:
        DeviceId - 设备Id
      • getChannelId

        public String getChannelId()
        Get 通道Id
        Returns:
        ChannelId 通道Id
      • setChannelId

        public void setChannelId​(String ChannelId)
        Set 通道Id
        Parameters:
        ChannelId - 通道Id
      • getEventLog

        public String getEventLog()
        Get 事件日志
        Returns:
        EventLog 事件日志
      • setEventLog

        public void setEventLog​(String EventLog)
        Set 事件日志
        Parameters:
        EventLog - 事件日志
      • getDeviceName

        public String getDeviceName()
        Get 设备备注名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DeviceName 设备备注名称 注意:此字段可能返回 null,表示取不到有效值。
      • setDeviceName

        public void setDeviceName​(String DeviceName)
        Set 设备备注名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DeviceName - 设备备注名称 注意:此字段可能返回 null,表示取不到有效值。