public class EventNoticesController.EventNotification extends Object implements Comparable<EventNoticesController.EventNotification>
Constructor and Description |
---|
EventNotification(String name,
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 EventNotification(String name, 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 © 2021. All rights reserved.