Package org.teamapps.dto
Class UiHeatMapDataElement
- java.lang.Object
-
- org.teamapps.dto.UiHeatMapDataElement
-
-
Constructor Summary
Constructors Constructor Description UiHeatMapDataElement()Deprecated.Only for Jackson deserialization.UiHeatMapDataElement(float latitude, float longitude, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()floatgetLatitude()floatgetLongitude()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getLatitude
public float getLatitude()
-
getLongitude
public float getLongitude()
-
getCount
public int getCount()
-
-