- 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()longgetMsgCount()Map<String,String>getNotifyProps()StringgetTeamId()inthashCode()voidsetChannelId(String channelId)voidsetMentionCount(long mentionCount)voidsetMsgCount(long msgCount)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()
-
setTeamId
public void setTeamId(String teamId)
-
setChannelId
public void setChannelId(String channelId)
-
setMsgCount
public void setMsgCount(long msgCount)
-
setMentionCount
public void setMentionCount(long mentionCount)
-
canEqual
protected boolean canEqual(Object other)
-
-