Class UiIncidentGraphDataPoint

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

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

    • x1

      protected double x1
    • x2

      protected double x2
    • y

      protected double y
    • color

      protected String color
    • tooltipHtml

      protected String tooltipHtml
  • Constructor Details

    • UiIncidentGraphDataPoint

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

      public UiIncidentGraphDataPoint(double x1, double x2, double y, String color, String tooltipHtml)
  • Method Details

    • getUiObjectType

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

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

      public double getX1()
    • getX2

      public double getX2()
    • getY

      public double getY()
    • getColor

      public String getColor()
    • getTooltipHtml

      public String getTooltipHtml()