public class CameraZones extends AbstractModel
header, skipSign
Constructor and Description |
---|
CameraZones() |
CameraZones(CameraZones 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 |
getCameraFeature()
Get 摄像头功能:
1: 人脸
2: 人体
|
Long |
getCameraId()
Get 摄像头ID
|
String |
getCameraIp()
Get 摄像头IP
|
String |
getCameraName()
Get 摄像头名称
|
Long |
getCameraState()
Get 摄像头状态:
0: 异常 (不再使用)
1: 正常 (不再使用)
10: 初始化
11: 未知状态 (因服务内部错误产生)
12: 网络异常
13: 未授权
14: 相机App异常
15: 相机取流异常
16: 正常
|
String |
getPixel()
Get 像素:
130W(1280*960)
200W(1920*1080)
400W(2560*1440)
|
String |
getRTSP()
Get 相机Rtsp地址
注意:此字段可能返回 null,表示取不到有效值。
|
BunkZone[] |
getZones()
Get 点位列表
|
void |
setCameraFeature(Long CameraFeature)
Set 摄像头功能:
1: 人脸
2: 人体
|
void |
setCameraId(Long CameraId)
Set 摄像头ID
|
void |
setCameraIp(String CameraIp)
Set 摄像头IP
|
void |
setCameraName(String CameraName)
Set 摄像头名称
|
void |
setCameraState(Long CameraState)
Set 摄像头状态:
0: 异常 (不再使用)
1: 正常 (不再使用)
10: 初始化
11: 未知状态 (因服务内部错误产生)
12: 网络异常
13: 未授权
14: 相机App异常
15: 相机取流异常
16: 正常
|
void |
setPixel(String Pixel)
Set 像素:
130W(1280*960)
200W(1920*1080)
400W(2560*1440)
|
void |
setRTSP(String RTSP)
Set 相机Rtsp地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setZones(BunkZone[] Zones)
Set 点位列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CameraZones()
public CameraZones(CameraZones source)
public Long getCameraId()
public void setCameraId(Long CameraId)
CameraId
- 摄像头IDpublic String getCameraName()
public void setCameraName(String CameraName)
CameraName
- 摄像头名称public Long getCameraFeature()
public void setCameraFeature(Long CameraFeature)
CameraFeature
- 摄像头功能:
1: 人脸
2: 人体public String getCameraIp()
public void setCameraIp(String CameraIp)
CameraIp
- 摄像头IPpublic Long getCameraState()
public void setCameraState(Long CameraState)
CameraState
- 摄像头状态:
0: 异常 (不再使用)
1: 正常 (不再使用)
10: 初始化
11: 未知状态 (因服务内部错误产生)
12: 网络异常
13: 未授权
14: 相机App异常
15: 相机取流异常
16: 正常public BunkZone[] getZones()
public void setZones(BunkZone[] Zones)
Zones
- 点位列表public String getPixel()
public void setPixel(String Pixel)
Pixel
- 像素:
130W(1280*960)
200W(1920*1080)
400W(2560*1440)public String getRTSP()
public void setRTSP(String RTSP)
RTSP
- 相机Rtsp地址
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.