Class RangeField.NumberRange

  • Enclosing class:
    RangeField

    @JsonData
    public class RangeField.NumberRange
    extends java.lang.Object
    Number Range Response Value Holder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number getFirstValue()
      Returns the lower bound value
      java.lang.Number getSecondValue()
      Returns the upper bound value
      • Methods inherited from class java.lang.Object

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

      • getFirstValue

        public java.lang.Number getFirstValue()
        Returns the lower bound value
        Returns:
        the lower bound value
      • getSecondValue

        public java.lang.Number getSecondValue()
        Returns the upper bound value
        Returns:
        the upper bound value