Class CreateCameraAlertAlert
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.CreateCameraAlertAlert
-
public class CreateCameraAlertAlert extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCameraAlertAlert()CreateCameraAlertAlert(CreateCameraAlertAlert 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 LonggetCameraId()Get 相机IDLonggetCaptureTime()Get 时间戳,ms,默认为告警请求到达时间CreateCameraAlertsCoverAlertgetCoverAlert()Get 遮挡告警StringgetGroupCode()Get 集团编码StringgetImage()Get 图片base64编码LonggetMallId()Get 广场IDCreateCameraAlertsMoveAlertgetMoveAlert()Get 移动告警voidsetCameraId(Long CameraId)Set 相机IDvoidsetCaptureTime(Long CaptureTime)Set 时间戳,ms,默认为告警请求到达时间voidsetCoverAlert(CreateCameraAlertsCoverAlert CoverAlert)Set 遮挡告警voidsetGroupCode(String GroupCode)Set 集团编码voidsetImage(String Image)Set 图片base64编码voidsetMallId(Long MallId)Set 广场IDvoidsetMoveAlert(CreateCameraAlertsMoveAlert MoveAlert)Set 移动告警voidtoMap(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
-
CreateCameraAlertAlert
public CreateCameraAlertAlert()
-
CreateCameraAlertAlert
public CreateCameraAlertAlert(CreateCameraAlertAlert 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
-
getGroupCode
public String getGroupCode()
Get 集团编码- Returns:
- GroupCode 集团编码
-
setGroupCode
public void setGroupCode(String GroupCode)
Set 集团编码- Parameters:
GroupCode- 集团编码
-
getMallId
public Long getMallId()
Get 广场ID- Returns:
- MallId 广场ID
-
setMallId
public void setMallId(Long MallId)
Set 广场ID- Parameters:
MallId- 广场ID
-
getCameraId
public Long getCameraId()
Get 相机ID- Returns:
- CameraId 相机ID
-
setCameraId
public void setCameraId(Long CameraId)
Set 相机ID- Parameters:
CameraId- 相机ID
-
getCaptureTime
public Long getCaptureTime()
Get 时间戳,ms,默认为告警请求到达时间- Returns:
- CaptureTime 时间戳,ms,默认为告警请求到达时间
-
setCaptureTime
public void setCaptureTime(Long CaptureTime)
Set 时间戳,ms,默认为告警请求到达时间- Parameters:
CaptureTime- 时间戳,ms,默认为告警请求到达时间
-
getImage
public String getImage()
Get 图片base64编码- Returns:
- Image 图片base64编码
-
setImage
public void setImage(String Image)
Set 图片base64编码- Parameters:
Image- 图片base64编码
-
getMoveAlert
public CreateCameraAlertsMoveAlert getMoveAlert()
Get 移动告警- Returns:
- MoveAlert 移动告警
-
setMoveAlert
public void setMoveAlert(CreateCameraAlertsMoveAlert MoveAlert)
Set 移动告警- Parameters:
MoveAlert- 移动告警
-
getCoverAlert
public CreateCameraAlertsCoverAlert getCoverAlert()
Get 遮挡告警- Returns:
- CoverAlert 遮挡告警
-
setCoverAlert
public void setCoverAlert(CreateCameraAlertsCoverAlert CoverAlert)
Set 遮挡告警- Parameters:
CoverAlert- 遮挡告警
-
-