Class UnreadNotificationCounts


  • public class UnreadNotificationCounts
    extends Object
    Unread notification counts.
    • Field Detail

      • highlightCount

        private Long highlightCount
        The number of unread notifications for this room with the highlight flag set.
      • notificationCount

        private Long notificationCount
        The total number of unread notifications for this room.
    • Constructor Detail

      • UnreadNotificationCounts

        public UnreadNotificationCounts()
    • Method Detail

      • getHighlightCount

        public Long getHighlightCount()
      • setHighlightCount

        public void setHighlightCount​(Long highlightCount)
      • getNotificationCount

        public Long getNotificationCount()
      • setNotificationCount

        public void setNotificationCount​(Long notificationCount)