public class MailboxCountResponse extends ManagerResponse
MailboxCountAction
,
Serialized FormConstructor and Description |
---|
MailboxCountResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getMailbox()
Returns the name of the mailbox.
|
Integer |
getNewMessages()
Returns the number of new messages in the mailbox.
|
Integer |
getOldMessages()
Returns the number of old messages in the mailbox.
|
void |
setMailbox(String mailbox)
Sets the name of the mailbox.
|
void |
setNewMessages(Integer newMessages)
Sets the number of new messages in the mailbox.
|
void |
setOldMessages(Integer oldMessages)
Sets the number of old messages in the mailbox.
|
getActionId, getAttribute, getAttributes, getDateReceived, getEventList, getEvents, getMessage, getOutput, getResponse, getServer, getUniqueId, setActionId, setAttributes, setDateReceived, setEventList, setEvents, setMessage, setOutput, setResponse, setServer, setUniqueId, stringToInteger, stringToLong, toString
public String getMailbox()
public void setMailbox(String mailbox)
public Integer getNewMessages()
public void setNewMessages(Integer newMessages)
public Integer getOldMessages()
public void setOldMessages(Integer oldMessages)
Copyright © 2004–2017. All rights reserved.