Class MetricsIntervalResultDto


  • public class MetricsIntervalResultDto
    extends Object
    Author:
    Christopher Zell
    • Field Detail

      • timestamp

        protected Date timestamp
      • reporter

        protected String reporter
      • value

        protected long value
    • Constructor Detail

      • MetricsIntervalResultDto

        public MetricsIntervalResultDto​(Date timestamp,
                                        String name,
                                        String reporter,
                                        long value)
      • MetricsIntervalResultDto

        public MetricsIntervalResultDto()
    • Method Detail

      • getTimestamp

        public Date getTimestamp()
      • setTimestamp

        public void setTimestamp​(Date timestamp)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getReporter

        public String getReporter()
      • setReporter

        public void setReporter​(String reporter)
      • getValue

        public long getValue()
      • setValue

        public void setValue​(long value)