|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.asterisk.manager.response.ManagerResponse net.sf.asterisk.manager.response.MailboxCountResponse
public class MailboxCountResponse
A MailboxCountResponse is sent in response to a MailboxCountAction and contains the number of old and new messages in a mailbox.
MailboxCountAction
,
Serialized FormConstructor Summary | |
---|---|
MailboxCountResponse()
|
Method Summary | |
---|---|
java.lang.String |
getMailbox()
Returns the name of the mailbox. |
java.lang.Integer |
getNewMessages()
Returns the number of new messages in the mailbox. |
java.lang.Integer |
getOldMessages()
Returns the number of old messages in the mailbox. |
void |
setMailbox(java.lang.String mailbox)
Sets the name of the mailbox. |
void |
setNewMessages(java.lang.Integer newMessages)
Sets the number of new messages in the mailbox. |
void |
setOldMessages(java.lang.Integer oldMessages)
Sets the number of old messages in the mailbox. |
Methods inherited from class net.sf.asterisk.manager.response.ManagerResponse |
---|
getActionId, getAttribute, getAttributes, getDateReceived, getMessage, getResponse, getUniqueId, setActionId, setAttributes, setDateReceived, setMessage, setResponse, setUniqueId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MailboxCountResponse()
Method Detail |
---|
public java.lang.String getMailbox()
public void setMailbox(java.lang.String mailbox)
public java.lang.Integer getNewMessages()
public void setNewMessages(java.lang.Integer newMessages)
public java.lang.Integer getOldMessages()
public void setOldMessages(java.lang.Integer oldMessages)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |