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