Class TeamUnread


  • public class TeamUnread
    extends Object
    Unread count in team.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • TeamUnread

        public TeamUnread()
    • Method Detail

      • getTeamId

        public String getTeamId()
      • getMsgCount

        public String getMsgCount()
      • getMentionCount

        public String getMentionCount()
      • getMentionCountRoot

        public long getMentionCountRoot()
        Since:
        Mattermost Server 5.35
      • getMsgCountRoot

        public long getMsgCountRoot()
        Since:
        Mattermost Server 5.35
      • getThreadCount

        public long getThreadCount()
        Since:
        Mattermost Server 5.38
      • getThreadMentionCount

        public long getThreadMentionCount()
        Since:
        Mattermost Server 5.38
      • setTeamId

        public void setTeamId​(String teamId)
      • setMsgCount

        public void setMsgCount​(String msgCount)
      • setMentionCount

        public void setMentionCount​(String mentionCount)
      • setMentionCountRoot

        public void setMentionCountRoot​(long mentionCountRoot)
        Since:
        Mattermost Server 5.35
      • setMsgCountRoot

        public void setMsgCountRoot​(long msgCountRoot)
        Since:
        Mattermost Server 5.35
      • setThreadCount

        public void setThreadCount​(long threadCount)
        Since:
        Mattermost Server 5.38
      • setThreadMentionCount

        public void setThreadMentionCount​(long threadMentionCount)
        Since:
        Mattermost Server 5.38
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object