public static class MUCOwner.Destroy extends Object
Constructor and Description |
---|
MUCOwner.Destroy() |
Modifier and Type | Method and Description |
---|---|
String |
getJid()
Returns the JID of an alternate location since the current room is being destroyed.
|
String |
getReason()
Returns the reason for the room destruction.
|
void |
setJid(String jid)
Sets the JID of an alternate location since the current room is being destroyed.
|
void |
setReason(String reason)
Sets the reason for the room destruction.
|
String |
toXML() |
public MUCOwner.Destroy()
public String getJid()
public String getReason()
public void setJid(String jid)
jid
- the JID of an alternate location.public void setReason(String reason)
reason
- the reason for the room destruction.