public class MailMonitor extends 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 |
|---|---|
Date |
getBeginDate() |
String |
getChatMonitorLevel() |
String |
getDestUserName() |
String |
getDraftMonitorLevel() |
Date |
getEndDate() |
String |
getIncomingEmailMonitorLevel() |
String |
getOutgoingEmailMonitorLevel() |
String |
getRequestId() |
void |
setBeginDate(Date beginDate) |
void |
setChatMonitorLevel(String chatMonitorLevel) |
void |
setDestUserName(String destUserName) |
void |
setDraftMonitorLevel(String draftMonitorLevel) |
void |
setEndDate(Date endDate) |
void |
setIncomingEmailMonitorLevel(String incomingEmailMonitorLevel) |
void |
setOutgoingEmailMonitorLevel(String outgoingEmailMonitorLevel) |
void |
setRequestId(String requestId) |
GenericEntry |
toGenericEntry()
Creates a GenericEntry from the MailMonitor fields.
|
public MailMonitor()
public MailMonitor(GenericEntry entry)
GenericEntryentry - GenericEntry instance describing an Audit Monitor Entry.public String getRequestId()
public void setRequestId(String requestId)
public String getDestUserName()
public void setDestUserName(String destUserName)
public Date getBeginDate()
public void setBeginDate(Date beginDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getIncomingEmailMonitorLevel()
public void setIncomingEmailMonitorLevel(String incomingEmailMonitorLevel)
public String getOutgoingEmailMonitorLevel()
public void setOutgoingEmailMonitorLevel(String outgoingEmailMonitorLevel)
public String getDraftMonitorLevel()
public void setDraftMonitorLevel(String draftMonitorLevel)
public String getChatMonitorLevel()
public void setChatMonitorLevel(String chatMonitorLevel)
public GenericEntry toGenericEntry()
Copyright © 2012. All Rights Reserved.