- java.lang.Object
-
- net.bis5.mattermost.model.UserAutocomplete
-
public class UserAutocomplete extends Object
User autocomplete items.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description UserAutocomplete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<User>getOutOfChannel()List<User>getUsers()inthashCode()voidsetOutOfChannel(List<User> outOfChannel)voidsetUsers(List<User> users)StringtoString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-