public class AlarmNotifyStats
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
AlarmNotifyStats() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AlarmNotifyStats |
build(Map<String,?> map) |
Long |
getAlarmTime() |
Long |
getCount() |
String |
getNotifyChannel() |
AlarmNotifyStats |
setAlarmTime(Long alarmTime) |
AlarmNotifyStats |
setCount(Long count) |
AlarmNotifyStats |
setNotifyChannel(String notifyChannel) |
@NameInMap(value="alarm_time") @Validation(required=true) public Long alarmTime
@NameInMap(value="count") @Validation(required=true) public Long count
@NameInMap(value="notify_channel") @Validation(required=true) public String notifyChannel
public static AlarmNotifyStats build(Map<String,?> map) throws Exception
Exceptionpublic AlarmNotifyStats setAlarmTime(Long alarmTime)
public Long getAlarmTime()
public AlarmNotifyStats setCount(Long count)
public Long getCount()
public AlarmNotifyStats setNotifyChannel(String notifyChannel)
public String getNotifyChannel()
Copyright © 2022. All rights reserved.