Class ChannelUnread


  • public class ChannelUnread
    extends Object
    Channel unread counts.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • ChannelUnread

        public ChannelUnread()
    • Method Detail

      • getTeamId

        public String getTeamId()
      • getChannelId

        public String getChannelId()
      • getMsgCount

        public long getMsgCount()
      • getMentionCount

        public long getMentionCount()
      • setTeamId

        public void setTeamId​(String teamId)
      • setChannelId

        public void setChannelId​(String channelId)
      • setMsgCount

        public void setMsgCount​(long msgCount)
      • setMentionCount

        public void setMentionCount​(long mentionCount)
      • setNotifyProps

        public void setNotifyProps​(Map<String,​String> notifyProps)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object