Class AlarmRuleDto
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.AlarmRuleDto
-
public class AlarmRuleDto extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AlarmRuleDto()
AlarmRuleDto(AlarmRuleDto 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 String
getAlarmLevelType()
Get 重要; 紧急; 普通String
getAlarmRuleId()
Get 告警规则idvoid
setAlarmLevelType(String AlarmLevelType)
Set 重要; 紧急; 普通void
setAlarmRuleId(String AlarmRuleId)
Set 告警规则idvoid
toMap(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
-
AlarmRuleDto
public AlarmRuleDto()
-
AlarmRuleDto
public AlarmRuleDto(AlarmRuleDto 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
-
getAlarmRuleId
public String getAlarmRuleId()
Get 告警规则id- Returns:
- AlarmRuleId 告警规则id
-
setAlarmRuleId
public void setAlarmRuleId(String AlarmRuleId)
Set 告警规则id- Parameters:
AlarmRuleId
- 告警规则id
-
getAlarmLevelType
public String getAlarmLevelType()
Get 重要; 紧急; 普通- Returns:
- AlarmLevelType 重要; 紧急; 普通
-
setAlarmLevelType
public void setAlarmLevelType(String AlarmLevelType)
Set 重要; 紧急; 普通- Parameters:
AlarmLevelType
- 重要; 紧急; 普通
-
-