Package org.teamapps.dto
Class UiHeatMapDataElement
java.lang.Object
org.teamapps.dto.UiHeatMapDataElement
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiHeatMapDataElement(float latitude, float longitude, int count) -
Method Summary
-
Field Details
-
latitude
protected float latitude -
longitude
protected float longitude -
count
protected int count
-
-
Constructor Details
-
UiHeatMapDataElement
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiHeatMapDataElement
public UiHeatMapDataElement(float latitude, float longitude, int count)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getLatitude
public float getLatitude() -
getLongitude
public float getLongitude() -
getCount
public int getCount()
-