Class UiIncidentGraphDataPoint

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

public class UiIncidentGraphDataPoint
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 java.lang.String color  
    protected java.lang.String tooltipHtml  
    protected double x1  
    protected double x2  
    protected double y  
  • Constructor Summary

    Constructors 
    Constructor Description
    UiIncidentGraphDataPoint()
    Deprecated.
    Only for Jackson deserialization.
    UiIncidentGraphDataPoint​(double x1, double x2, double y, java.lang.String color, java.lang.String tooltipHtml)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getColor()  
    java.lang.String getTooltipHtml()  
    UiObjectType getUiObjectType()  
    double getX1()  
    double getX2()  
    double getY()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • x1

      protected double x1
    • x2

      protected double x2
    • y

      protected double y
    • color

      protected java.lang.String color
    • tooltipHtml

      protected java.lang.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, java.lang.String color, java.lang.String tooltipHtml)
  • Method Details