public class GeneralWarnInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
GeneralWarnInfo() |
GeneralWarnInfo(GeneralWarnInfo 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 |
---|---|
Boolean |
getIsWarn()
Get 是否存在该告警
|
Polygon[] |
getPolygon()
Get 告警位置四点坐标
|
String |
getSpecificMatter()
Get 特殊判定,支持包括
Finger:由手指导致的不完整,仅在不完整告警中返回
|
void |
setIsWarn(Boolean IsWarn)
Set 是否存在该告警
|
void |
setPolygon(Polygon[] Polygon)
Set 告警位置四点坐标
|
void |
setSpecificMatter(String SpecificMatter)
Set 特殊判定,支持包括
Finger:由手指导致的不完整,仅在不完整告警中返回
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GeneralWarnInfo()
public GeneralWarnInfo(GeneralWarnInfo source)
public Boolean getIsWarn()
public void setIsWarn(Boolean IsWarn)
IsWarn
- 是否存在该告警public Polygon[] getPolygon()
public void setPolygon(Polygon[] Polygon)
Polygon
- 告警位置四点坐标public String getSpecificMatter()
public void setSpecificMatter(String SpecificMatter)
SpecificMatter
- 特殊判定,支持包括
Finger:由手指导致的不完整,仅在不完整告警中返回Copyright © 2025. All rights reserved.