|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.client.appsforyourdomain.audit.MailMonitor
public class MailMonitor
A simple POJO describing an Email Monitor.
Constructor Summary | |
---|---|
MailMonitor()
Default constructor. |
|
MailMonitor(GenericEntry entry)
Parameterized constructor that creates a MailMonitor instance from a GenericEntry |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailMonitor()
public MailMonitor(GenericEntry entry)
GenericEntry
entry
- GenericEntry instance describing an Audit Monitor Entry.Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |