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()final List<RecentModel>getList()-
-
Constructor Detail
-
NotifyData.Response
NotifyData.Response(RecentModel lastRecent, List<RecentModel> list)
-
-
Method Detail
-
getLastRecent
final RecentModel getLastRecent()
-
getList
final List<RecentModel> getList()
-
-
-
-