|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.model.StatisticsReport
public class StatisticsReport
Model class for a statistics report.
StatisticsReportData,
Serialized Form| Constructor Summary | |
|---|---|
StatisticsReport()
|
|
| Method Summary | |
|---|---|
void |
addData(StatisticsReportData datum)
|
Set<StatisticsReportData> |
getData()
|
String |
getDescription()
User-friendly description for this report. |
long |
getDuration()
|
String |
getDurationString()
|
Date |
getEndDate()
The end date for the report (data up to, but not including this time stamp is included). |
Integer |
getId()
Unique identifier for report. |
Date |
getJobCompletedDate()
The date when this report run completed. |
long |
getJobDuration()
|
String |
getJobDurationString()
|
Date |
getJobStartedDate()
The date when this report run started. |
String |
getName()
Report name this references a report definition in statsd-configuration.xml. |
Date |
getPurgeDate()
The date at which this report can be purged |
Date |
getStartDate()
The beginning date for the report (data starting at this time stamp is included). |
void |
setData(Set<StatisticsReportData> data)
|
void |
setDescription(String description)
|
void |
setEndDate(Date endDate)
|
void |
setId(Integer id)
|
void |
setJobCompletedDate(Date jobCompletedDate)
|
void |
setJobStartedDate(Date jobStartedDate)
|
void |
setName(String name)
|
void |
setPurgeDate(Date purgeDate)
|
void |
setStartDate(Date startDate)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticsReport()
| Method Detail |
|---|
public Integer getId()
public void setId(Integer id)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Date getJobStartedDate()
public void setJobStartedDate(Date jobStartedDate)
public Date getJobCompletedDate()
public void setJobCompletedDate(Date jobCompletedDate)
public Date getPurgeDate()
public void setPurgeDate(Date purgeDate)
public Set<StatisticsReportData> getData()
public void setData(Set<StatisticsReportData> data)
public void addData(StatisticsReportData datum)
public long getDuration()
public String getDurationString()
public long getJobDuration()
public String getJobDurationString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||