public class AlarmCountInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
appCount |
Long |
appGroupCount |
Long |
customPluginCount |
| 构造器和说明 |
|---|
AlarmCountInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AlarmCountInfo |
build(Map<String,?> map) |
Long |
getAppCount() |
Long |
getAppGroupCount() |
Long |
getCustomPluginCount() |
AlarmCountInfo |
setAppCount(Long appCount) |
AlarmCountInfo |
setAppGroupCount(Long appGroupCount) |
AlarmCountInfo |
setCustomPluginCount(Long customPluginCount) |
@NameInMap(value="custom_plugin_count") @Validation(required=true) public Long customPluginCount
@NameInMap(value="app_group_count") @Validation(required=true) public Long appGroupCount
@NameInMap(value="app_count") @Validation(required=true) public Long appCount
public static AlarmCountInfo build(Map<String,?> map) throws Exception
Exceptionpublic AlarmCountInfo setCustomPluginCount(Long customPluginCount)
public Long getCustomPluginCount()
public AlarmCountInfo setAppGroupCount(Long appGroupCount)
public Long getAppGroupCount()
public AlarmCountInfo setAppCount(Long appCount)
public Long getAppCount()
Copyright © 2022. All rights reserved.