- java.lang.Object
-
- net.bis5.mattermost.model.ChannelViewResponse
-
public class ChannelViewResponse extends Object
ChannelView API call response.- Since:
- Mattermost Server 4.3
- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description ChannelViewResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,Long>getLastViewedAtTimes()StringgetStatus()inthashCode()booleanisOk()voidsetLastViewedAtTimes(Map<String,Long> lastViewedAtTimes)voidsetStatus(String status)StringtoString()
-