public class AlarmCountInfoKeySet
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
key |
AlarmCountInfo |
value |
| 构造器和说明 |
|---|
AlarmCountInfoKeySet() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AlarmCountInfoKeySet |
build(Map<String,?> map) |
String |
getKey() |
AlarmCountInfo |
getValue() |
AlarmCountInfoKeySet |
setKey(String key) |
AlarmCountInfoKeySet |
setValue(AlarmCountInfo value) |
@NameInMap(value="key") @Validation(required=true) public String key
@NameInMap(value="value") @Validation(required=true) public AlarmCountInfo value
public static AlarmCountInfoKeySet build(Map<String,?> map) throws Exception
Exceptionpublic AlarmCountInfoKeySet setKey(String key)
public String getKey()
public AlarmCountInfoKeySet setValue(AlarmCountInfo value)
public AlarmCountInfo getValue()
Copyright © 2022. All rights reserved.