Class UiTimeChartZoomLevel

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

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

    • approximateMillisecondsPerDataPoint

      protected long approximateMillisecondsPerDataPoint
  • Constructor Details

    • UiTimeChartZoomLevel

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

      public UiTimeChartZoomLevel(long approximateMillisecondsPerDataPoint)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getApproximateMillisecondsPerDataPoint

      public long getApproximateMillisecondsPerDataPoint()