Class Counts


  • public class Counts
    extends Object
    Counts.
    • Field Detail

      • unread

        private Long unread
        The number of unread messages a user has across all of the rooms they are a member of.
      • missedCalls

        private Long missedCalls
        The number of unacknowledged missed calls a user has across all rooms of which they are a member.
    • Constructor Detail

      • Counts

        public Counts()
    • Method Detail

      • getUnread

        public Long getUnread()
      • setUnread

        public void setUnread​(Long unread)
      • getMissedCalls

        public Long getMissedCalls()
      • setMissedCalls

        public void setMissedCalls​(Long missedCalls)