Class UnreadNotificationCounts
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.sync.UnreadNotificationCounts
-
public class UnreadNotificationCounts extends Object
Unread notification counts.
-
-
Field Summary
Fields Modifier and Type Field Description private Long
highlightCount
The number of unread notifications for this room with the highlight flag set.private Long
notificationCount
The total number of unread notifications for this room.
-
Constructor Summary
Constructors Constructor Description UnreadNotificationCounts()
-
Method Summary
Modifier and Type Method Description Long
getHighlightCount()
Long
getNotificationCount()
void
setHighlightCount(Long highlightCount)
void
setNotificationCount(Long notificationCount)
-