public class FailedMailbox
extends java.lang.Object
| Constructor and Description |
|---|
FailedMailbox()
Initializes a new instance of the FailedMailbox class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Gets the error code.
|
java.lang.String |
getErrorMessage()
Gets the error message.
|
java.lang.String |
getMailbox()
Gets the mailbox.
|
boolean |
isArchive()
Checks if is archive.
|
java.lang.String |
toString()
Converts the value of the current FailedMailbox object to its equivalent string representation.
|
public FailedMailbox()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getMailbox()
public int getErrorCode()
public java.lang.String getErrorMessage()
public boolean isArchive()