- java.lang.Object
-
- net.bis5.mattermost.model.TeamUnread
-
public class TeamUnread extends Object
Unread count in team.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description TeamUnread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetMentionCount()longgetMentionCountRoot()StringgetMsgCount()longgetMsgCountRoot()StringgetTeamId()longgetThreadCount()longgetThreadMentionCount()inthashCode()voidsetMentionCount(String mentionCount)voidsetMentionCountRoot(long mentionCountRoot)voidsetMsgCount(String msgCount)voidsetMsgCountRoot(long msgCountRoot)voidsetTeamId(String teamId)voidsetThreadCount(long threadCount)voidsetThreadMentionCount(long threadMentionCount)StringtoString()
-
-
-
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)
-
-