public class UserAutocomplete extends Object
| Constructor and Description |
|---|
UserAutocomplete() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<User> |
getOutOfChannel() |
List<User> |
getUsers() |
int |
hashCode() |
void |
setOutOfChannel(List<User> outOfChannel) |
void |
setUsers(List<User> users) |
String |
toString() |
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.