public class NotificationFatigue extends AbstractModel
header, skipSign| Constructor and Description |
|---|
NotificationFatigue() |
NotificationFatigue(NotificationFatigue source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getNotifyCount()
Get Number of alarms.
|
Long |
getNotifyInterval()
Get Alarm interval, in minutes.
|
AlarmQuietInterval[] |
getQuietIntervals()
Get Do not disturb period, such as example value.
|
void |
setNotifyCount(Long NotifyCount)
Set Number of alarms.
|
void |
setNotifyInterval(Long NotifyInterval)
Set Alarm interval, in minutes.
|
void |
setQuietIntervals(AlarmQuietInterval[] QuietIntervals)
Set Do not disturb period, such as example value.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic NotificationFatigue()
public NotificationFatigue(NotificationFatigue source)
public Long getNotifyCount()
public void setNotifyCount(Long NotifyCount)
NotifyCount - Number of alarms.public Long getNotifyInterval()
public void setNotifyInterval(Long NotifyInterval)
NotifyInterval - Alarm interval, in minutes.public AlarmQuietInterval[] getQuietIntervals()
public void setQuietIntervals(AlarmQuietInterval[] QuietIntervals)
QuietIntervals - Do not disturb period, such as example value.
[{DaysOfWeek: [1, 2], StartTime: "00:00:00", EndTime: "09:00:00"}]
Specifies notification muting from 00:00 to 09:00 every monday and tuesday.Copyright © 2025. All rights reserved.