Class CameraState

    • Constructor Detail

      • CameraState

        public CameraState()
      • CameraState

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

      • getCameraId

        public Long getCameraId()
        Get 相机ID
        Returns:
        CameraId 相机ID
      • setCameraId

        public void setCameraId​(Long CameraId)
        Set 相机ID
        Parameters:
        CameraId - 相机ID
      • getState

        public Long getState()
        Get 相机状态: 10: 初始化 11: 未知状态 12: 网络异常 13: 未授权 14: 相机App异常 15: 相机取流异常 16: 状态正常
        Returns:
        State 相机状态: 10: 初始化 11: 未知状态 12: 网络异常 13: 未授权 14: 相机App异常 15: 相机取流异常 16: 状态正常
      • setState

        public void setState​(Long State)
        Set 相机状态: 10: 初始化 11: 未知状态 12: 网络异常 13: 未授权 14: 相机App异常 15: 相机取流异常 16: 状态正常
        Parameters:
        State - 相机状态: 10: 初始化 11: 未知状态 12: 网络异常 13: 未授权 14: 相机App异常 15: 相机取流异常 16: 状态正常