public class ConfigOverviewDto
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
alarmRuleCount |
Long |
alarmTplCount |
Long |
customPluginCount |
| 构造器和说明 |
|---|
ConfigOverviewDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConfigOverviewDto |
build(Map<String,?> map) |
Long |
getAlarmRuleCount() |
Long |
getAlarmTplCount() |
Long |
getCustomPluginCount() |
ConfigOverviewDto |
setAlarmRuleCount(Long alarmRuleCount) |
ConfigOverviewDto |
setAlarmTplCount(Long alarmTplCount) |
ConfigOverviewDto |
setCustomPluginCount(Long customPluginCount) |
@NameInMap(value="custom_plugin_count") @Validation(required=true) public Long customPluginCount
@NameInMap(value="alarm_rule_count") @Validation(required=true) public Long alarmRuleCount
@NameInMap(value="alarm_tpl_count") @Validation(required=true) public Long alarmTplCount
public static ConfigOverviewDto build(Map<String,?> map) throws Exception
Exceptionpublic ConfigOverviewDto setCustomPluginCount(Long customPluginCount)
public Long getCustomPluginCount()
public ConfigOverviewDto setAlarmRuleCount(Long alarmRuleCount)
public Long getAlarmRuleCount()
public ConfigOverviewDto setAlarmTplCount(Long alarmTplCount)
public Long getAlarmTplCount()
Copyright © 2022. All rights reserved.