Class Range


  • public class Range
    extends java.lang.Object
    Range request value object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Range​(long start, long end)
      Constructs a new Range.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getEnd()  
      long getStart()  
      • Methods inherited from class java.lang.Object

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

      • Range

        public Range​(long start,
                     long end)
        Constructs a new Range.
        Parameters:
        start - of range
        end - of range
    • Method Detail

      • getStart

        public long getStart()
      • getEnd

        public long getEnd()