- java.lang.Object
-
- net.bis5.mattermost.model.ChannelMember
-
public class ChannelMember extends Object
Channel member.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description ChannelMember()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()StringgetExplicitRoles()longgetLastUpdateAt()longgetLastViewedAt()longgetMentionCount()longgetMsgCount()Map<String,String>getNotifyProps()StringgetRoles()StringgetUserId()inthashCode()booleanisSchemeAdmin()booleanisSchemeGuest()booleanisSchemeUser()voidsetChannelId(String channelId)voidsetExplicitRoles(String explicitRoles)voidsetLastUpdateAt(long lastUpdateAt)voidsetLastViewedAt(long lastViewedAt)voidsetMentionCount(long mentionCount)voidsetMsgCount(long msgCount)voidsetNotifyProps(Map<String,String> notifyProps)voidsetRoles(String roles)voidsetSchemeAdmin(boolean schemeAdmin)voidsetSchemeGuest(boolean schemeGuest)voidsetSchemeUser(boolean schemeUser)voidsetUserId(String userId)StringtoString()
-
-
-
Method Detail
-
getChannelId
public String getChannelId()
-
getUserId
public String getUserId()
-
getRoles
public String getRoles()
-
getLastViewedAt
public long getLastViewedAt()
-
getMsgCount
public long getMsgCount()
-
getMentionCount
public long getMentionCount()
-
getLastUpdateAt
public long getLastUpdateAt()
-
isSchemeUser
public boolean isSchemeUser()
-
isSchemeAdmin
public boolean isSchemeAdmin()
-
getExplicitRoles
public String getExplicitRoles()
-
isSchemeGuest
public boolean isSchemeGuest()
-
setChannelId
public void setChannelId(String channelId)
-
setUserId
public void setUserId(String userId)
-
setRoles
public void setRoles(String roles)
-
setLastViewedAt
public void setLastViewedAt(long lastViewedAt)
-
setMsgCount
public void setMsgCount(long msgCount)
-
setMentionCount
public void setMentionCount(long mentionCount)
-
setLastUpdateAt
public void setLastUpdateAt(long lastUpdateAt)
-
setSchemeUser
public void setSchemeUser(boolean schemeUser)
-
setSchemeAdmin
public void setSchemeAdmin(boolean schemeAdmin)
-
setExplicitRoles
public void setExplicitRoles(String explicitRoles)
-
setSchemeGuest
public void setSchemeGuest(boolean schemeGuest)
-
canEqual
protected boolean canEqual(Object other)
-
-