Class UiHeatMapDataElement

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

public class UiHeatMapDataElement
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 int count  
    protected float latitude  
    protected float longitude  
  • Constructor Summary

    Constructors
    Constructor Description
    UiHeatMapDataElement()
    Deprecated.
    Only for Jackson deserialization.
    UiHeatMapDataElement​(float latitude, float longitude, int count)  
  • Method Summary

    Modifier and Type Method Description
    int getCount()  
    float getLatitude()  
    float getLongitude()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getLatitude

      public float getLatitude()
    • getLongitude

      public float getLongitude()
    • getCount

      public int getCount()