public class Presence extends java.lang.Object implements java.lang.Cloneable
| Constructor and Description |
|---|
Presence() |
| Modifier and Type | Method and Description |
|---|---|
Presence |
clone() |
java.util.List<Component> |
getComponents() |
java.net.URI |
getEntity() |
java.util.List<LangContent> |
getNotes() |
void |
setComponents(java.util.List<Component> components) |
void |
setEntity(java.net.URI entity) |
void |
setNotes(java.util.List<LangContent> notes) |
public Presence()
public java.net.URI getEntity()
public void setEntity(java.net.URI entity)
public java.util.List<Component> getComponents()
public void setComponents(java.util.List<Component> components)
public java.util.List<LangContent> getNotes()
public void setNotes(java.util.List<LangContent> notes)