public class NotificationRules extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LINKS |
static String |
SERIALIZED_NAME_NOTIFICATION_RULES |
Constructor and Description |
---|
NotificationRules() |
Modifier and Type | Method and Description |
---|---|
NotificationRules |
addNotificationRulesItem(NotificationRule notificationRulesItem) |
boolean |
equals(Object o) |
Links |
getLinks()
Get links
|
List<NotificationRule> |
getNotificationRules()
Get notificationRules
|
int |
hashCode() |
NotificationRules |
links(Links links) |
NotificationRules |
notificationRules(List<NotificationRule> notificationRules) |
void |
setLinks(Links links) |
void |
setNotificationRules(List<NotificationRule> notificationRules) |
String |
toString() |
public static final String SERIALIZED_NAME_NOTIFICATION_RULES
public static final String SERIALIZED_NAME_LINKS
public NotificationRules notificationRules(List<NotificationRule> notificationRules)
public NotificationRules addNotificationRulesItem(NotificationRule notificationRulesItem)
public List<NotificationRule> getNotificationRules()
public void setNotificationRules(List<NotificationRule> notificationRules)
public NotificationRules links(Links links)
public Links getLinks()
public void setLinks(Links links)
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.