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()
      • setTeamId

        public void setTeamId​(String teamId)
      • setMsgCount

        public void setMsgCount​(String msgCount)
      • setMentionCount

        public void setMentionCount​(String mentionCount)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object