Class StatisticsReport

    • Constructor Detail

      • StatisticsReport

        public StatisticsReport()
    • Method Detail

      • getId

        public Integer getId()
        Unique identifier for report.
        Returns:
        a Integer object.
      • setId

        public void setId​(Integer id)

        setId

        Parameters:
        id - a Integer object.
      • getStartDate

        public Date getStartDate()
        The beginning date for the report (data starting at this time stamp is included).
        Returns:
        a Date object.
      • setStartDate

        public void setStartDate​(Date startDate)

        setStartDate

        Parameters:
        startDate - a Date object.
      • getEndDate

        public Date getEndDate()
        The end date for the report (data up to, but not including this time stamp is included).
        Returns:
        a Date object.
      • setEndDate

        public void setEndDate​(Date endDate)

        setEndDate

        Parameters:
        endDate - a Date object.
      • getName

        public String getName()
        Report name this references a report definition in statsd-configuration.xml.
        Returns:
        a String object.
      • setName

        public void setName​(String name)

        setName

        Parameters:
        name - a String object.
      • getDescription

        public String getDescription()
        User-friendly description for this report.
        Returns:
        a String object.
      • setDescription

        public void setDescription​(String description)

        setDescription

        Parameters:
        description - a String object.
      • getJobStartedDate

        public Date getJobStartedDate()
        The date when this report run started.
        Returns:
        a Date object.
      • setJobStartedDate

        public void setJobStartedDate​(Date jobStartedDate)

        setJobStartedDate

        Parameters:
        jobStartedDate - a Date object.
      • getJobCompletedDate

        public Date getJobCompletedDate()
        The date when this report run completed.
        Returns:
        a Date object.
      • setJobCompletedDate

        public void setJobCompletedDate​(Date jobCompletedDate)

        setJobCompletedDate

        Parameters:
        jobCompletedDate - a Date object.
      • getPurgeDate

        public Date getPurgeDate()
        The date at which this report can be purged
        Returns:
        a Date object.
      • setPurgeDate

        public void setPurgeDate​(Date purgeDate)

        setPurgeDate

        Parameters:
        purgeDate - a Date object.
      • getDuration

        public long getDuration()

        getDuration

        Returns:
        a long.
      • getDurationString

        public String getDurationString()

        getDurationString

        Returns:
        a String object.
      • getJobDuration

        public long getJobDuration()

        getJobDuration

        Returns:
        a long.
      • getJobDurationString

        public String getJobDurationString()

        getJobDurationString

        Returns:
        a String object.
      • getMaxDatumValue

        public Double getMaxDatumValue()

        getMaxDatumValue

        Returns:
        a Double object.
      • getMinDatumValue

        public Double getMinDatumValue()

        getMinDatumValue

        Returns:
        a Double object.