public class EventNoticesController.EventNotification extends Object implements Comparable<EventNoticesController.EventNotification>
Constructor and Description |
---|
EventNoticesController.EventNotification(String name,
org.opennms.netmgt.config.notifications.Notification notification) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EventNoticesController.EventNotification other) |
String |
getDisplayUei() |
String |
getEscapedName() |
String |
getEventLabel() |
boolean |
getIsOn() |
String |
getName() |
String |
getUei() |
public EventNoticesController.EventNotification(String name, org.opennms.netmgt.config.notifications.Notification notification)
public String getName()
public String getEscapedName()
public boolean getIsOn()
public String getUei()
public String getEventLabel()
public String getDisplayUei()
public int compareTo(EventNoticesController.EventNotification other)
compareTo
in interface Comparable<EventNoticesController.EventNotification>
Copyright © 2015. All rights reserved.