public final class TxtRecord extends Object implements Comparable<TxtRecord>
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asAttributes()
Gets the attributes of this record.
|
int |
compareTo(TxtRecord o) |
String |
getText()
Gets the text.
|
String |
toString() |
public final String getText()
public final Map<String,String> asAttributes()
public final int compareTo(TxtRecord o)
compareTo in interface Comparable<TxtRecord>Copyright © 2014–2017 XMPP.rocks. All rights reserved.