public class Message extends GenericModel
| Constructor and Description | 
|---|
| Message() | 
| Modifier and Type | Method and Description | 
|---|---|
| Date | getDateTime()Gets the date time. | 
| String | getFromClient()Gets the from client. | 
| String | getText()Gets the text. | 
| void | setDateTime(Date dateTime)Sets the date time. | 
| void | setFromClient(String fromClient)Sets the from client. | 
| void | setText(String text)Sets the text. | 
equals, hashCode, toStringpublic Date getDateTime()
public String getFromClient()
public String getText()
public void setDateTime(Date dateTime)
dateTime - The date_timepublic void setFromClient(String fromClient)
fromClient - The from_clientpublic void setText(String text)
text - The textCopyright © 2015–2016. All rights reserved.