Class UiHeatMapDataElement

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

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

    • latitude

      protected float latitude
    • longitude

      protected float longitude
    • count

      protected int count
  • Constructor Details

    • UiHeatMapDataElement

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

      public UiHeatMapDataElement(float latitude, float longitude, int count)
  • Method Details

    • getUiObjectType

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

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

      public float getLatitude()
    • getLongitude

      public float getLongitude()
    • getCount

      public int getCount()