Class CameraState
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.CameraState
-
public class CameraState extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCameraId()
Get 相机IDLong
getState()
Get 相机状态: 10: 初始化 11: 未知状态 12: 网络异常 13: 未授权 14: 相机App异常 15: 相机取流异常 16: 状态正常void
setCameraId(Long CameraId)
Set 相机IDvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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: 状态正常
-
-