- java.lang.Object
-
- net.bis5.mattermost.model.ChannelUnread
-
public class ChannelUnread extends Object
Channel unread counts.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description ChannelUnread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()longgetMentionCount()longgetMentionCountRoot()longgetMsgCount()longgetMsgCountRoot()Map<String,String>getNotifyProps()StringgetTeamId()inthashCode()voidsetChannelId(String channelId)voidsetMentionCount(long mentionCount)voidsetMentionCountRoot(long mentionCountRoot)voidsetMsgCount(long msgCount)voidsetMsgCountRoot(long msgCountRoot)voidsetNotifyProps(Map<String,String> notifyProps)voidsetTeamId(String teamId)StringtoString()
-
-
-
Method Detail
-
getTeamId
public String getTeamId()
-
getChannelId
public String getChannelId()
-
getMsgCount
public long getMsgCount()
-
getMentionCount
public long getMentionCount()
-
getMentionCountRoot
public long getMentionCountRoot()
- Since:
- Mattermost Server 5.35
-
getMsgCountRoot
public long getMsgCountRoot()
- Since:
- Mattermost Server 5.35
-
setTeamId
public void setTeamId(String teamId)
-
setChannelId
public void setChannelId(String channelId)
-
setMsgCount
public void setMsgCount(long msgCount)
-
setMentionCount
public void setMentionCount(long mentionCount)
-
setMentionCountRoot
public void setMentionCountRoot(long mentionCountRoot)
- Since:
- Mattermost Server 5.35
-
setMsgCountRoot
public void setMsgCountRoot(long msgCountRoot)
- Since:
- Mattermost Server 5.35
-
canEqual
protected boolean canEqual(Object other)
-
-