Klasse UiHeatMapDataElement

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

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

    • latitude

      protected float latitude
    • longitude

      protected float longitude
    • count

      protected int count
  • Konstruktordetails

    • UiHeatMapDataElement

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

      public UiHeatMapDataElement(float latitude, float longitude, int count)
  • Methodendetails

    • getUiObjectType

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

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

      public float getLatitude()
    • getLongitude

      public float getLongitude()
    • getCount

      public int getCount()