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