public class CameraState extends AbstractModel
Constructor and Description |
---|
CameraState() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCameraId()
Get 相机ID
|
Long |
getState()
Get 相机状态:
10: 初始化
11: 未知状态
12: 网络异常
13: 未授权
14: 相机App异常
15: 相机取流异常
16: 状态正常
|
void |
setCameraId(Long CameraId)
Set 相机ID
|
void |
setState(Long State)
Set 相机状态:
10: 初始化
11: 未知状态
12: 网络异常
13: 未授权
14: 相机App异常
15: 相机取流异常
16: 状态正常
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CameraState()
public CameraState(CameraState source)
public Long getCameraId()
public void setCameraId(Long CameraId)
CameraId
- 相机IDpublic Long getState()
public void setState(Long State)
State
- 相机状态:
10: 初始化
11: 未知状态
12: 网络异常
13: 未授权
14: 相机App异常
15: 相机取流异常
16: 状态正常Copyright © 2022. All rights reserved.