Klasse UiIncidentGraphDataPoint

java.lang.Object
org.teamapps.dto.UiIncidentGraphDataPoint
Alle implementierten Schnittstellen:
UiObject

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

    • x1

      protected double x1
    • x2

      protected double x2
    • y

      protected double y
    • color

      protected String color
    • tooltipHtml

      protected String tooltipHtml
  • Konstruktordetails

    • UiIncidentGraphDataPoint

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

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

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Angegeben von:
      getUiObjectType in Schnittstelle UiObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getX1

      public double getX1()
    • getX2

      public double getX2()
    • getY

      public double getY()
    • getColor

      public String getColor()
    • getTooltipHtml

      public String getTooltipHtml()