public class AlertConfiguration extends JobConfiguration
| 构造器和说明 |
|---|
AlertConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(com.alibaba.fastjson.JSONObject value)
Deserialize instance from JSON object.
|
boolean |
equals(Object o) |
String |
getCondition() |
String |
getDashboard() |
Date |
getMuteUntil() |
List<Notification> |
getNotificationList() |
Integer |
getNotifyThreshold() |
List<Query> |
getQueryList() |
boolean |
getSendRecoveryMessage() |
String |
getThrottling() |
int |
hashCode() |
void |
setCondition(String condition) |
void |
setDashboard(String dashboard) |
void |
setMuteUntil(Date muteUntil) |
void |
setNotificationList(List<Notification> notificationList) |
void |
setNotifyThreshold(Integer notifyThreshold) |
void |
setQueryList(List<Query> queryList) |
void |
setSendRecoveryMessage(boolean sendRecoveryMessage) |
void |
setThrottling(String throttling) |
public String getCondition()
public void setCondition(String condition)
public Date getMuteUntil()
public void setMuteUntil(Date muteUntil)
public Integer getNotifyThreshold()
public void setNotifyThreshold(Integer notifyThreshold)
public String getThrottling()
public boolean getSendRecoveryMessage()
public void setSendRecoveryMessage(boolean sendRecoveryMessage)
public void setThrottling(String throttling)
public void deserialize(com.alibaba.fastjson.JSONObject value)
JobConfigurationpublic String getDashboard()
public void setDashboard(String dashboard)
public List<Notification> getNotificationList()
public void setNotificationList(List<Notification> notificationList)
Copyright © 2020. All Rights Reserved.