public class MailboxStatusResponse extends ManagerResponse
MailboxStatusAction
,
Serialized FormConstructor and Description |
---|
MailboxStatusResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getMailbox()
Returns the names of the mailboxes, separated by ",".
|
Boolean |
getWaiting()
Returns Boolean.TRUE if at least one of the given mailboxes contains new messages;
Boolean.FALSE otherwise.
|
void |
setMailbox(String mailbox)
Sets the names of the mailboxes.
|
void |
setWaiting(Boolean waiting)
Set to Boolean.TRUE if at least one of the mailboxes contains new messages;
Boolean.FALSE otherwise.
|
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)
mailbox
- the names of the mailboxes.public Boolean getWaiting()
public void setWaiting(Boolean waiting)
Copyright © 2004–2017. All rights reserved.