public static final class WebSocketChat.Data extends Object
| Constructor and Description |
|---|
WebSocketChat.Data() |
WebSocketChat.Data(String author,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getMessage() |
long |
getTime() |
void |
setAuthor(String author) |
void |
setMessage(String message) |
void |
setTime(long time) |
Copyright © 2015. All Rights Reserved.