public class MultiBizWarningInfo extends AbstractModel
Constructor and Description |
---|
MultiBizWarningInfo() |
Modifier and Type | Method and Description |
---|---|
Point[] |
getWarningAreaContour()
Get 告警侵占或消失轮廓
|
Float |
getWarningAreaSize()
Get 告警侵占或消失面积
|
Point |
getWarningLocation()
Get 告警侵占或消失坐标
|
Long |
getWarningType()
Get 告警类型:
0: 无变化
1: 侵占
2: 消失
|
void |
setWarningAreaContour(Point[] WarningAreaContour)
Set 告警侵占或消失轮廓
|
void |
setWarningAreaSize(Float WarningAreaSize)
Set 告警侵占或消失面积
|
void |
setWarningLocation(Point WarningLocation)
Set 告警侵占或消失坐标
|
void |
setWarningType(Long WarningType)
Set 告警类型:
0: 无变化
1: 侵占
2: 消失
|
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 Long getWarningType()
public void setWarningType(Long WarningType)
WarningType
- 告警类型:
0: 无变化
1: 侵占
2: 消失public Float getWarningAreaSize()
public void setWarningAreaSize(Float WarningAreaSize)
WarningAreaSize
- 告警侵占或消失面积public Point getWarningLocation()
public void setWarningLocation(Point WarningLocation)
WarningLocation
- 告警侵占或消失坐标public Point[] getWarningAreaContour()
public void setWarningAreaContour(Point[] WarningAreaContour)
WarningAreaContour
- 告警侵占或消失轮廓Copyright © 2021. All rights reserved.