Class EventNoticesController.EventNotification
- java.lang.Object
-
- org.opennms.web.controller.admin.notifications.EventNoticesController.EventNotification
-
- All Implemented Interfaces:
Comparable<EventNoticesController.EventNotification>
- Enclosing class:
- EventNoticesController
public class EventNoticesController.EventNotification extends Object implements Comparable<EventNoticesController.EventNotification>
-
-
Constructor Summary
Constructors Constructor Description EventNotification(String name, Notification notification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(EventNoticesController.EventNotification other)
String
getDisplayUei()
String
getEventLabel()
boolean
getIsOn()
String
getName()
String
getUei()
-
-
-
Constructor Detail
-
EventNotification
public EventNotification(String name, Notification notification)
-
-
Method Detail
-
getName
public String getName()
-
getIsOn
public boolean getIsOn()
-
getUei
public String getUei()
-
getEventLabel
public String getEventLabel()
-
getDisplayUei
public String getDisplayUei()
-
compareTo
public int compareTo(EventNoticesController.EventNotification other)
- Specified by:
compareTo
in interfaceComparable<EventNoticesController.EventNotification>
-
-