Package knf.hydra.core.models.data
Class NotifyData.Response
-
- All Implemented Interfaces:
public final class NotifyData.ResponseNotifications response
-
-
Field Summary
Fields Modifier and Type Field Description private final RecentModellastRecentprivate final List<RecentModel>list
-
Constructor Summary
Constructors Constructor Description NotifyData.Response(RecentModel lastRecent, List<RecentModel> list)
-
Method Summary
Modifier and Type Method Description final RecentModelgetLastRecent()The last recent to remember for the next request final List<RecentModel>getList()The items to be notified -
-
Constructor Detail
-
NotifyData.Response
NotifyData.Response(RecentModel lastRecent, List<RecentModel> list)
-
-
Method Detail
-
getLastRecent
final RecentModel getLastRecent()
The last recent to remember for the next request
-
getList
final List<RecentModel> getList()
The items to be notified
-
-
-
-