Class ScheduledTaskDurationInfo


  • public class ScheduledTaskDurationInfo
    extends Object
    Author:
    Luca Frosini (ISTI - CNR)
    • Field Detail

      • last

        protected long last
      • avg

        protected long avg
      • min

        protected long min
      • max

        protected long max
    • Constructor Detail

      • ScheduledTaskDurationInfo

        protected ScheduledTaskDurationInfo()
      • ScheduledTaskDurationInfo

        public ScheduledTaskDurationInfo​(long last,
                                         long avg,
                                         long min,
                                         long max)
    • Method Detail

      • getLast

        public long getLast()
        Returns:
        the last
      • setLast

        public void setLast​(long last)
        Parameters:
        last - the last to set
      • getAvg

        public long getAvg()
        Returns:
        the avg
      • setAvg

        public void setAvg​(long avg)
        Parameters:
        avg - the avg to set
      • getMin

        public long getMin()
        Returns:
        the min
      • setMin

        public void setMin​(long min)
        Parameters:
        min - the min to set
      • getMax

        public long getMax()
        Returns:
        the max
      • setMax

        public void setMax​(long max)
        Parameters:
        max - the max to set