- java.lang.Object
-
- net.bis5.mattermost.model.ChannelData
-
public class ChannelData extends Object
Data related to channel.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description ChannelData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ChannelgetChannel()ChannelMembergetMember()inthashCode()voidsetChannel(Channel channel)voidsetMember(ChannelMember member)StringtoString()
-
-
-
Method Detail
-
getChannel
public Channel getChannel()
-
getMember
public ChannelMember getMember()
-
setChannel
public void setChannel(Channel channel)
-
setMember
public void setMember(ChannelMember member)
-
canEqual
protected boolean canEqual(Object other)
-
-