@Entity public class StatisticsReport extends Object implements Serializable
StatisticsReportData, 
Serialized Form| Constructor and Description | 
|---|
StatisticsReport()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addData(StatisticsReportData datum)
addData 
 | 
Set<StatisticsReportData> | 
getData()
getData 
 | 
String | 
getDescription()
User-friendly description for this report. 
 | 
long | 
getDuration()
getDuration 
 | 
String | 
getDurationString()
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()
getJobDuration 
 | 
String | 
getJobDurationString()
getJobDurationString 
 | 
Date | 
getJobStartedDate()
The date when this report run started. 
 | 
Double | 
getMaxDatumValue()
getMaxDatumValue 
 | 
Double | 
getMinDatumValue()
getMinDatumValue 
 | 
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)
setData 
 | 
void | 
setDescription(String description)
setDescription 
 | 
void | 
setEndDate(Date endDate)
setEndDate 
 | 
void | 
setId(Integer id)
setId 
 | 
void | 
setJobCompletedDate(Date jobCompletedDate)
setJobCompletedDate 
 | 
void | 
setJobStartedDate(Date jobStartedDate)
setJobStartedDate 
 | 
void | 
setName(String name)
setName 
 | 
void | 
setPurgeDate(Date purgeDate)
setPurgeDate 
 | 
void | 
setStartDate(Date startDate)
setStartDate 
 | 
public Date getStartDate()
Date object.public void setStartDate(Date startDate)
setStartDate
startDate - a Date object.public Date getEndDate()
Date object.public String getName()
String object.public String getDescription()
String object.public void setDescription(String description)
setDescription
description - a String object.public Date getJobStartedDate()
Date object.public void setJobStartedDate(Date jobStartedDate)
setJobStartedDate
jobStartedDate - a Date object.public Date getJobCompletedDate()
Date object.public void setJobCompletedDate(Date jobCompletedDate)
setJobCompletedDate
jobCompletedDate - a Date object.public Date getPurgeDate()
Date object.public void setPurgeDate(Date purgeDate)
setPurgeDate
purgeDate - a Date object.public Set<StatisticsReportData> getData()
getData
Set object.public void setData(Set<StatisticsReportData> data)
setData
data - a Set object.public void addData(StatisticsReportData datum)
addData
datum - a StatisticsReportData object.public long getDuration()
getDuration
public long getJobDuration()
getJobDuration
public String getJobDurationString()
getJobDurationString
String object.Copyright © 2020. All rights reserved.