public class ReportingJob extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_DAILY |
static int |
TYPE_MONTHLY |
static int |
TYPE_ONCE |
static int |
TYPE_WEEKLY |
Constructor and Description |
---|
ReportingJob(org.netxms.base.NXCPMessage msg,
long varId)
Create reportingJob object from NXCP message
|
ReportingJob(UUID reportId)
Create reportingJob
|
Modifier and Type | Method and Description |
---|---|
String |
getComments() |
int |
getDaysOfMonth() |
int |
getDaysOfWeek() |
List<String> |
getEmailRecipients() |
UUID |
getJobId() |
ReportRenderFormat |
getRenderFormat() |
UUID |
getReportId() |
Date |
getStartTime() |
int |
getType() |
int |
getUserId() |
boolean |
isNotifyOnCompletion() |
void |
setComments(String comments) |
void |
setDaysOfMonth(int daysOfMonth) |
void |
setDaysOfWeek(int daysOfWeek) |
void |
setEmailRecipients(List<String> emailRecipients) |
void |
setJobId(UUID jobId) |
void |
setNotifyOnCompletion(boolean notifyOnCompletion) |
void |
setRenderFormat(ReportRenderFormat renderFormat) |
void |
setReportId(UUID reportId) |
void |
setStartTime(Date startTime) |
void |
setType(int type) |
String |
toString() |
public static final int TYPE_ONCE
public static final int TYPE_DAILY
public static final int TYPE_WEEKLY
public static final int TYPE_MONTHLY
public ReportingJob(UUID reportId)
reportGuid
- public ReportingJob(org.netxms.base.NXCPMessage msg, long varId)
msg
- baseId
- public ReportRenderFormat getRenderFormat()
public void setRenderFormat(ReportRenderFormat renderFormat)
renderFormat
- the renderFormat to setpublic void setEmailRecipients(List<String> emailRecipients)
emailRecipients
- the emailRecipients to setpublic UUID getReportId()
public void setReportId(UUID reportId)
reportId
- public UUID getJobId()
public void setJobId(UUID jobId)
jobId
- public int getDaysOfWeek()
public void setDaysOfWeek(int daysOfWeek)
daysOfWeek
- public int getDaysOfMonth()
public void setDaysOfMonth(int daysOfMonth)
daysOfMonth
- public int getUserId()
public int getType()
public void setType(int type)
type
- public Date getStartTime()
public void setStartTime(Date startTime)
startTime
- public String getComments()
public void setComments(String comments)
comments
- public boolean isNotifyOnCompletion()
public void setNotifyOnCompletion(boolean notifyOnCompletion)
notifyOnCompletion
- the notifyOnCompletion to setCopyright © 2016. All rights reserved.