- java.lang.Object
-
- net.bis5.mattermost.model.ChannelView
-
public class ChannelView extends Object
Viewing channel.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description ChannelView()ChannelView(String channelId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()StringgetPrevChannelId()inthashCode()voidsetChannelId(String channelId)voidsetPrevChannelId(String prevChannelId)StringtoString()
-
-
-
Constructor Detail
-
ChannelView
public ChannelView(String channelId)
-
ChannelView
public ChannelView()
-
-