public class NotificationGroup<T> extends Group<T>
| Constructor and Description |
|---|
NotificationGroup(java.lang.String group,
java.util.List<T> activities,
int actorCount,
java.util.Date createdAt,
java.util.Date updatedAt,
boolean isSeen,
boolean isRead) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isRead() |
boolean |
isSeen() |
java.lang.String |
toString() |
getActivities, getActorCount, getCreatedAt, getGroup, getUpdatedAtpublic NotificationGroup(java.lang.String group,
java.util.List<T> activities,
int actorCount,
java.util.Date createdAt,
java.util.Date updatedAt,
boolean isSeen,
boolean isRead)