Class TaskDistributionFunction.Interval

  • Enclosing class:
    TaskDistributionFunction

    public static class TaskDistributionFunction.Interval
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Interval​(java.lang.Long from, java.lang.Long to, java.lang.Integer frequency)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getFrequency()  
      java.lang.Long getFrom()  
      java.lang.Long getTo()  
      void setFrequency​(java.lang.Integer frequency)  
      void setFrom​(java.lang.Long from)  
      void setTo​(java.lang.Long to)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Interval

        public Interval​(java.lang.Long from,
                        java.lang.Long to,
                        java.lang.Integer frequency)
    • Method Detail

      • getFrom

        public java.lang.Long getFrom()
      • setFrom

        public void setFrom​(java.lang.Long from)
      • getTo

        public java.lang.Long getTo()
      • setTo

        public void setTo​(java.lang.Long to)
      • getFrequency

        public java.lang.Integer getFrequency()
      • setFrequency

        public void setFrequency​(java.lang.Integer frequency)