Class AllDeviceInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      AllDeviceInfo()  
      AllDeviceInfo​(AllDeviceInfo 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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Long getCreateTime()
      Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      String getDeviceCode()
      Get 设备编码 注意:此字段可能返回 null,表示取不到有效值。
      String getDeviceId()
      Get 设备唯一标识 注意:此字段可能返回 null,表示取不到有效值。
      Long getDeviceType()
      Get 设备类型;2:IPC 注意:此字段可能返回 null,表示取不到有效值。
      String getExtraInformation()
      Get 设备扩展属性 注意:此字段可能返回 null,表示取不到有效值。
      String getGroupId()
      Get 组Id 注意:此字段可能返回 null,表示取不到有效值。
      String getGroupName()
      Get 组名 注意:此字段可能返回 null,表示取不到有效值。
      String getGroupPath()
      Get 设备绑定分组路径 注意:此字段可能返回 null,表示取不到有效值。
      Long getIsRecord()
      Get 是否存在录像,,0:不存在;1:存在 注意:此字段可能返回 null,表示取不到有效值。
      String getNickName()
      Get 设备名称 注意:此字段可能返回 null,表示取不到有效值。
      String getProtocol()
      Get 设备接入协议 注意:此字段可能返回 null,表示取不到有效值。
      Long getRecordable()
      Get 该设备是否可录制 注意:此字段可能返回 null,表示取不到有效值。
      Long getStatus()
      Get 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册 注意:此字段可能返回 null,表示取不到有效值。
      void setCreateTime​(Long CreateTime)
      Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      void setDeviceCode​(String DeviceCode)
      Set 设备编码 注意:此字段可能返回 null,表示取不到有效值。
      void setDeviceId​(String DeviceId)
      Set 设备唯一标识 注意:此字段可能返回 null,表示取不到有效值。
      void setDeviceType​(Long DeviceType)
      Set 设备类型;2:IPC 注意:此字段可能返回 null,表示取不到有效值。
      void setExtraInformation​(String ExtraInformation)
      Set 设备扩展属性 注意:此字段可能返回 null,表示取不到有效值。
      void setGroupId​(String GroupId)
      Set 组Id 注意:此字段可能返回 null,表示取不到有效值。
      void setGroupName​(String GroupName)
      Set 组名 注意:此字段可能返回 null,表示取不到有效值。
      void setGroupPath​(String GroupPath)
      Set 设备绑定分组路径 注意:此字段可能返回 null,表示取不到有效值。
      void setIsRecord​(Long IsRecord)
      Set 是否存在录像,,0:不存在;1:存在 注意:此字段可能返回 null,表示取不到有效值。
      void setNickName​(String NickName)
      Set 设备名称 注意:此字段可能返回 null,表示取不到有效值。
      void setProtocol​(String Protocol)
      Set 设备接入协议 注意:此字段可能返回 null,表示取不到有效值。
      void setRecordable​(Long Recordable)
      Set 该设备是否可录制 注意:此字段可能返回 null,表示取不到有效值。
      void setStatus​(Long Status)
      Set 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • AllDeviceInfo

        public AllDeviceInfo()
      • AllDeviceInfo

        public AllDeviceInfo​(AllDeviceInfo 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

      • getDeviceId

        public String getDeviceId()
        Get 设备唯一标识 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DeviceId 设备唯一标识 注意:此字段可能返回 null,表示取不到有效值。
      • setDeviceId

        public void setDeviceId​(String DeviceId)
        Set 设备唯一标识 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DeviceId - 设备唯一标识 注意:此字段可能返回 null,表示取不到有效值。
      • getDeviceType

        public Long getDeviceType()
        Get 设备类型;2:IPC 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DeviceType 设备类型;2:IPC 注意:此字段可能返回 null,表示取不到有效值。
      • setDeviceType

        public void setDeviceType​(Long DeviceType)
        Set 设备类型;2:IPC 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DeviceType - 设备类型;2:IPC 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public Long getStatus()
        Get 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(Long Status)
        Set 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateTime

        public Long getCreateTime()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateTime

        public void setCreateTime​(Long CreateTime)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateTime - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getExtraInformation

        public String getExtraInformation()
        Get 设备扩展属性 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ExtraInformation 设备扩展属性 注意:此字段可能返回 null,表示取不到有效值。
      • setExtraInformation

        public void setExtraInformation​(String ExtraInformation)
        Set 设备扩展属性 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ExtraInformation - 设备扩展属性 注意:此字段可能返回 null,表示取不到有效值。
      • getNickName

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

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

        public String getGroupPath()
        Get 设备绑定分组路径 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GroupPath 设备绑定分组路径 注意:此字段可能返回 null,表示取不到有效值。
      • setGroupPath

        public void setGroupPath​(String GroupPath)
        Set 设备绑定分组路径 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GroupPath - 设备绑定分组路径 注意:此字段可能返回 null,表示取不到有效值。
      • getDeviceCode

        public String getDeviceCode()
        Get 设备编码 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DeviceCode 设备编码 注意:此字段可能返回 null,表示取不到有效值。
      • setDeviceCode

        public void setDeviceCode​(String DeviceCode)
        Set 设备编码 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DeviceCode - 设备编码 注意:此字段可能返回 null,表示取不到有效值。
      • getIsRecord

        public Long getIsRecord()
        Get 是否存在录像,,0:不存在;1:存在 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsRecord 是否存在录像,,0:不存在;1:存在 注意:此字段可能返回 null,表示取不到有效值。
      • setIsRecord

        public void setIsRecord​(Long IsRecord)
        Set 是否存在录像,,0:不存在;1:存在 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsRecord - 是否存在录像,,0:不存在;1:存在 注意:此字段可能返回 null,表示取不到有效值。
      • getRecordable

        public Long getRecordable()
        Get 该设备是否可录制 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Recordable 该设备是否可录制 注意:此字段可能返回 null,表示取不到有效值。
      • setRecordable

        public void setRecordable​(Long Recordable)
        Set 该设备是否可录制 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Recordable - 该设备是否可录制 注意:此字段可能返回 null,表示取不到有效值。
      • getProtocol

        public String getProtocol()
        Get 设备接入协议 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Protocol 设备接入协议 注意:此字段可能返回 null,表示取不到有效值。
      • setProtocol

        public void setProtocol​(String Protocol)
        Set 设备接入协议 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Protocol - 设备接入协议 注意:此字段可能返回 null,表示取不到有效值。
      • getGroupId

        public String getGroupId()
        Get 组Id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GroupId 组Id 注意:此字段可能返回 null,表示取不到有效值。
      • setGroupId

        public void setGroupId​(String GroupId)
        Set 组Id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GroupId - 组Id 注意:此字段可能返回 null,表示取不到有效值。
      • getGroupName

        public String getGroupName()
        Get 组名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GroupName 组名 注意:此字段可能返回 null,表示取不到有效值。
      • setGroupName

        public void setGroupName​(String GroupName)
        Set 组名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GroupName - 组名 注意:此字段可能返回 null,表示取不到有效值。