public class Message extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
text |
Constructor and Description |
---|
Message(java.lang.String messageText)
Construct a Message object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Get the message text.
|