Class UiChartNamedDataPoint

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

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

    • name

      protected String name
    • y

      protected double y
    • color

      protected String color
  • Constructor Details

    • UiChartNamedDataPoint

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

      public UiChartNamedDataPoint(String name, double y)
  • Method Details