public final class Text extends Object
| Constructor and Description |
|---|
Text(String text)
Constructs a default status.
|
Text(String text,
String language)
Constructs a status with a language attribute.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the language.
|
String |
getText()
Gets the text.
|
String |
toString() |
public Text(String text)
text - The text.Copyright © 2014–2015 XMPP.rocks. All rights reserved.