public static final class Annotation.Note extends Object
| Constructor and Description |
|---|
Note(String note,
Jid jid)
Creates a roster note.
|
Note(String note,
Jid jid,
Date creationDate,
Date modificationDate)
Creates a roster note.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate()
Gets the creation date.
|
Jid |
getJid()
Gets the JID of the contact (roster item).
|
Date |
getModificationDate()
Gets the modification date.
|
String |
getValue()
Gets the value of the note.
|
String |
toString() |
public Note(String note, Jid jid)
note - The note.jid - The 'jid' attribute of the <note/> element SHOULD be used without a resource.public String getValue()
public Date getModificationDate()
public Date getCreationDate()
public Jid getJid()
Copyright © 2014 XMPP.rocks. All rights reserved.