|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asteriskjava.manager.response.ManagerResponse
org.asteriskjava.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 org.asteriskjava.manager.response.ManagerResponse |
---|
getActionId, getAttribute, getAttributes, getDateReceived, getEventList, getMessage, getResponse, getServer, getUniqueId, setActionId, setAttributes, setDateReceived, setEventList, setMessage, setResponse, setServer, setUniqueId, stringToInteger, stringToLong, 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)
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |