public final class ChatMessageApiResponse extends Object
| Constructor and Description |
|---|
ChatMessageApiResponse(String username,
int playerIndex,
String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getPlayerIndex()
Player index of the author of the message.
|
String |
getText()
Actual content of the message
|
String |
getUsername()
Name of the author of the message.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"username","playerIndex","text"}) public ChatMessageApiResponse(String username, int playerIndex, String text)
Copyright © 2017. All rights reserved.