public class DeleteMultiBizAlertRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getActionType()
Get 消警动作:
1: 误报
2: 正报合规
3: 正报不合规,整改完成
|
Long |
getCameraId()
Get 摄像头ID
|
String |
getGroupCode()
Get 集团编码
|
String |
getImage()
Get 图片base64字符串
|
Long |
getMallId()
Get 广场ID
|
Long |
getZoneId()
Get 点位ID
|
void |
setActionType(Long ActionType)
Set 消警动作:
1: 误报
2: 正报合规
3: 正报不合规,整改完成
|
void |
setCameraId(Long CameraId)
Set 摄像头ID
|
void |
setGroupCode(String GroupCode)
Set 集团编码
|
void |
setImage(String Image)
Set 图片base64字符串
|
void |
setMallId(Long MallId)
Set 广场ID
|
void |
setZoneId(Long ZoneId)
Set 点位ID
|
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 DeleteMultiBizAlertRequest()
public DeleteMultiBizAlertRequest(DeleteMultiBizAlertRequest source)
public String getGroupCode()
public void setGroupCode(String GroupCode)
GroupCode
- 集团编码public Long getMallId()
public void setMallId(Long MallId)
MallId
- 广场IDpublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 点位IDpublic Long getCameraId()
public void setCameraId(Long CameraId)
CameraId
- 摄像头IDpublic Long getActionType()
public void setActionType(Long ActionType)
ActionType
- 消警动作:
1: 误报
2: 正报合规
3: 正报不合规,整改完成public String getImage()
public void setImage(String Image)
Image
- 图片base64字符串Copyright © 2021. All rights reserved.