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 |
getEventLabel() |
boolean |
getIsOn() |
String |
getName() |
String |
getUei() |
public EventNotification(String name, Notification notification)
public String getName()
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 © 2022. All rights reserved.