Class UiLongInterval

  • All Implemented Interfaces:
    UiObject

    public class UiLongInterval
    extends java.lang.Object
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long max  
      protected long min  
    • Constructor Summary

      Constructors 
      Constructor Description
      UiLongInterval()
      Deprecated.
      Only for Jackson deserialization.
      UiLongInterval​(long min, long max)  
    • Field Detail

      • min

        protected long min
      • max

        protected long max
    • Constructor Detail

      • UiLongInterval

        @Deprecated
        public UiLongInterval()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • UiLongInterval

        public UiLongInterval​(long min,
                              long max)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getMin

        public long getMin()
      • getMax

        public long getMax()