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 LonghighlightCountThe number of unread notifications for this room with the highlight flag set.private LongnotificationCountThe total number of unread notifications for this room.
-
Constructor Summary
Constructors Constructor Description UnreadNotificationCounts()
-
Method Summary
Modifier and Type Method Description LonggetHighlightCount()LonggetNotificationCount()voidsetHighlightCount(Long highlightCount)voidsetNotificationCount(Long notificationCount)
-