Package org.teamapps.dto
Class UiTimeChartZoomLevel
java.lang.Object
org.teamapps.dto.UiTimeChartZoomLevel
- All Implemented Interfaces:
UiObject
public class UiTimeChartZoomLevel 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 longapproximateMillisecondsPerDataPoint -
Constructor Summary
Constructors Constructor Description UiTimeChartZoomLevel()Deprecated.Only for Jackson deserialization.UiTimeChartZoomLevel(long approximateMillisecondsPerDataPoint) -
Method Summary
Modifier and Type Method Description longgetApproximateMillisecondsPerDataPoint()UiObjectTypegetUiObjectType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getApproximateMillisecondsPerDataPoint
public long getApproximateMillisecondsPerDataPoint()
-