Package org.teamapps.dto
Class UiLineGraphDataPoint
java.lang.Object
org.teamapps.dto.UiLineGraphDataPoint
- All Implemented Interfaces:
UiObject
public class UiLineGraphDataPoint extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UiLineGraphDataPoint()Deprecated.Only for Jackson deserialization.UiLineGraphDataPoint(double x, double y) -
Method Summary
Modifier and Type Method Description UiObjectTypegetUiObjectType()doublegetX()doublegetY()java.lang.StringtoString()
-
Field Details
-
Constructor Details
-
UiLineGraphDataPoint
@Deprecated public UiLineGraphDataPoint()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiLineGraphDataPoint
public UiLineGraphDataPoint(double x, double y)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getX
public double getX() -
getY
public double getY()
-