Class AlarmInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.AlarmInfo
-
public class AlarmInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlarmId()Get 该节点关联的告警,告警的table_name+id(t1:id1,t2:id2,...)LonggetStatus()Get 告警事件表状态,当该节点为告警点时生效voidsetAlarmId(String AlarmId)Set 该节点关联的告警,告警的table_name+id(t1:id1,t2:id2,...)voidsetStatus(Long Status)Set 告警事件表状态,当该节点为告警点时生效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
-
AlarmInfo
public AlarmInfo()
-
AlarmInfo
public AlarmInfo(AlarmInfo 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
-
getAlarmId
public String getAlarmId()
Get 该节点关联的告警,告警的table_name+id(t1:id1,t2:id2,...)- Returns:
- AlarmId 该节点关联的告警,告警的table_name+id(t1:id1,t2:id2,...)
-
setAlarmId
public void setAlarmId(String AlarmId)
Set 该节点关联的告警,告警的table_name+id(t1:id1,t2:id2,...)- Parameters:
AlarmId- 该节点关联的告警,告警的table_name+id(t1:id1,t2:id2,...)
-
getStatus
public Long getStatus()
Get 告警事件表状态,当该节点为告警点时生效- Returns:
- Status 告警事件表状态,当该节点为告警点时生效
-
setStatus
public void setStatus(Long Status)
Set 告警事件表状态,当该节点为告警点时生效- Parameters:
Status- 告警事件表状态,当该节点为告警点时生效
-
-