Class UiLongInterval

java.lang.Object
org.teamapps.dto.UiLongInterval
All Implemented Interfaces:
UiObject

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

    • min

      protected long min
    • max

      protected long max
  • Constructor Details

    • UiLongInterval

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

      public UiLongInterval(long min, long max)
  • Method Details