Class IdentifiedNotification
-
- All Implemented Interfaces:
public final class IdentifiedNotification
-
-
Field Summary
Fields Modifier and Type Field Description private final Integeridprivate final Notificationvalue
-
Constructor Summary
Constructors Constructor Description IdentifiedNotification(Integer id, Notification value)
-
Method Summary
Modifier and Type Method Description final IntegergetId()final NotificationgetValue()-
-
Constructor Detail
-
IdentifiedNotification
IdentifiedNotification(Integer id, Notification value)
-
-
Method Detail
-
getValue
final Notification getValue()
-
-
-
-