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 告警次数 | 
| Long | getNotifyInterval()Get 告警间隔,分钟 | 
| AlarmQuietInterval[] | getQuietIntervals()Get 免打扰时间,例如示例值
[{DaysOfWeek: [1, 2], StartTime: "00:00:00", EndTime: "09:00:00"}]      
每周一、周二的00:00到09:00免打扰
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setNotifyCount(Long NotifyCount)Set 告警次数 | 
| void | setNotifyInterval(Long NotifyInterval)Set 告警间隔,分钟 | 
| void | setQuietIntervals(AlarmQuietInterval[] QuietIntervals)Set 免打扰时间,例如示例值
[{DaysOfWeek: [1, 2], StartTime: "00:00:00", EndTime: "09:00:00"}]      
每周一、周二的00:00到09:00免打扰
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 - 告警次数public Long getNotifyInterval()
public void setNotifyInterval(Long NotifyInterval)
NotifyInterval - 告警间隔,分钟public AlarmQuietInterval[] getQuietIntervals()
public void setQuietIntervals(AlarmQuietInterval[] QuietIntervals)
QuietIntervals - 免打扰时间,例如示例值
[{DaysOfWeek: [1, 2], StartTime: "00:00:00", EndTime: "09:00:00"}]      
每周一、周二的00:00到09:00免打扰
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.