Class MultiBizWarningInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.MultiBizWarningInfo
-
public class MultiBizWarningInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MultiBizWarningInfo()MultiBizWarningInfo(MultiBizWarningInfo 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 Point[]getWarningAreaContour()Get 告警侵占或消失轮廓FloatgetWarningAreaSize()Get 告警侵占或消失面积PointgetWarningLocation()Get 告警侵占或消失坐标LonggetWarningType()Get 告警类型: 0: 无变化 1: 侵占 2: 消失voidsetWarningAreaContour(Point[] WarningAreaContour)Set 告警侵占或消失轮廓voidsetWarningAreaSize(Float WarningAreaSize)Set 告警侵占或消失面积voidsetWarningLocation(Point WarningLocation)Set 告警侵占或消失坐标voidsetWarningType(Long WarningType)Set 告警类型: 0: 无变化 1: 侵占 2: 消失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
-
MultiBizWarningInfo
public MultiBizWarningInfo()
-
MultiBizWarningInfo
public MultiBizWarningInfo(MultiBizWarningInfo 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
-
getWarningType
public Long getWarningType()
Get 告警类型: 0: 无变化 1: 侵占 2: 消失- Returns:
- WarningType 告警类型: 0: 无变化 1: 侵占 2: 消失
-
setWarningType
public void setWarningType(Long WarningType)
Set 告警类型: 0: 无变化 1: 侵占 2: 消失- Parameters:
WarningType- 告警类型: 0: 无变化 1: 侵占 2: 消失
-
getWarningAreaSize
public Float getWarningAreaSize()
Get 告警侵占或消失面积- Returns:
- WarningAreaSize 告警侵占或消失面积
-
setWarningAreaSize
public void setWarningAreaSize(Float WarningAreaSize)
Set 告警侵占或消失面积- Parameters:
WarningAreaSize- 告警侵占或消失面积
-
getWarningLocation
public Point getWarningLocation()
Get 告警侵占或消失坐标- Returns:
- WarningLocation 告警侵占或消失坐标
-
setWarningLocation
public void setWarningLocation(Point WarningLocation)
Set 告警侵占或消失坐标- Parameters:
WarningLocation- 告警侵占或消失坐标
-
getWarningAreaContour
public Point[] getWarningAreaContour()
Get 告警侵占或消失轮廓- Returns:
- WarningAreaContour 告警侵占或消失轮廓
-
setWarningAreaContour
public void setWarningAreaContour(Point[] WarningAreaContour)
Set 告警侵占或消失轮廓- Parameters:
WarningAreaContour- 告警侵占或消失轮廓
-
-