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