Class Range.Builder

  • Enclosing class:
    Range

    public static class Range.Builder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      Range build()  
      Range.Builder withDuration​(java.time.Duration duration)  
      Range.Builder withStarttime​(java.time.Duration starttime)  
      • Methods inherited from class java.lang.Object

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

      • Builder

        public Builder()
    • Method Detail

      • withStarttime

        public Range.Builder withStarttime​(java.time.Duration starttime)
      • withDuration

        public Range.Builder withDuration​(java.time.Duration duration)
      • build

        public Range build()