public class MailMonitor
extends java.lang.Object
Constructor and Description |
---|
MailMonitor()
Default constructor.
|
MailMonitor(GenericEntry entry)
Parameterized constructor that creates a MailMonitor instance from a
GenericEntry |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getBeginDate() |
java.lang.String |
getChatMonitorLevel() |
java.lang.String |
getDestUserName() |
java.lang.String |
getDraftMonitorLevel() |
java.util.Date |
getEndDate() |
java.lang.String |
getIncomingEmailMonitorLevel() |
java.lang.String |
getOutgoingEmailMonitorLevel() |
java.lang.String |
getRequestId() |
void |
setBeginDate(java.util.Date beginDate) |
void |
setChatMonitorLevel(java.lang.String chatMonitorLevel) |
void |
setDestUserName(java.lang.String destUserName) |
void |
setDraftMonitorLevel(java.lang.String draftMonitorLevel) |
void |
setEndDate(java.util.Date endDate) |
void |
setIncomingEmailMonitorLevel(java.lang.String incomingEmailMonitorLevel) |
void |
setOutgoingEmailMonitorLevel(java.lang.String outgoingEmailMonitorLevel) |
void |
setRequestId(java.lang.String requestId) |
GenericEntry |
toGenericEntry()
Creates a GenericEntry from the MailMonitor fields.
|
public MailMonitor()
public MailMonitor(GenericEntry entry)
GenericEntry
entry
- GenericEntry instance describing an Audit Monitor Entry.public java.lang.String getRequestId()
public void setRequestId(java.lang.String requestId)
public java.lang.String getDestUserName()
public void setDestUserName(java.lang.String destUserName)
public java.util.Date getBeginDate()
public void setBeginDate(java.util.Date beginDate)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
public java.lang.String getIncomingEmailMonitorLevel()
public void setIncomingEmailMonitorLevel(java.lang.String incomingEmailMonitorLevel)
public java.lang.String getOutgoingEmailMonitorLevel()
public void setOutgoingEmailMonitorLevel(java.lang.String outgoingEmailMonitorLevel)
public java.lang.String getDraftMonitorLevel()
public void setDraftMonitorLevel(java.lang.String draftMonitorLevel)
public java.lang.String getChatMonitorLevel()
public void setChatMonitorLevel(java.lang.String chatMonitorLevel)
public GenericEntry toGenericEntry()