Class DeleteMultiBizAlertRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.DeleteMultiBizAlertRequest
-
public class DeleteMultiBizAlertRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteMultiBizAlertRequest()DeleteMultiBizAlertRequest(DeleteMultiBizAlertRequest 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 LonggetActionType()Get 消警动作: 1: 误报 2: 正报合规 3: 正报不合规,整改完成LonggetCameraId()Get 摄像头IDStringgetGroupCode()Get 集团编码StringgetImage()Get 图片base64字符串LonggetMallId()Get 广场IDLonggetZoneId()Get 点位IDvoidsetActionType(Long ActionType)Set 消警动作: 1: 误报 2: 正报合规 3: 正报不合规,整改完成voidsetCameraId(Long CameraId)Set 摄像头IDvoidsetGroupCode(String GroupCode)Set 集团编码voidsetImage(String Image)Set 图片base64字符串voidsetMallId(Long MallId)Set 广场IDvoidsetZoneId(Long ZoneId)Set 点位IDvoidtoMap(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
-
DeleteMultiBizAlertRequest
public DeleteMultiBizAlertRequest()
-
DeleteMultiBizAlertRequest
public DeleteMultiBizAlertRequest(DeleteMultiBizAlertRequest 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
-
getZoneId
public Long getZoneId()
Get 点位ID- Returns:
- ZoneId 点位ID
-
setZoneId
public void setZoneId(Long ZoneId)
Set 点位ID- Parameters:
ZoneId- 点位ID
-
getCameraId
public Long getCameraId()
Get 摄像头ID- Returns:
- CameraId 摄像头ID
-
setCameraId
public void setCameraId(Long CameraId)
Set 摄像头ID- Parameters:
CameraId- 摄像头ID
-
getActionType
public Long getActionType()
Get 消警动作: 1: 误报 2: 正报合规 3: 正报不合规,整改完成- Returns:
- ActionType 消警动作: 1: 误报 2: 正报合规 3: 正报不合规,整改完成
-
setActionType
public void setActionType(Long ActionType)
Set 消警动作: 1: 误报 2: 正报合规 3: 正报不合规,整改完成- Parameters:
ActionType- 消警动作: 1: 误报 2: 正报合规 3: 正报不合规,整改完成
-
getImage
public String getImage()
Get 图片base64字符串- Returns:
- Image 图片base64字符串
-
setImage
public void setImage(String Image)
Set 图片base64字符串- Parameters:
Image- 图片base64字符串
-
-