Package org.teamapps.dto
Class UiMapMarkerCluster
- java.lang.Object
-
- org.teamapps.dto.UiMapMarkerCluster
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<UiMapMarkerClientRecord>markers
-
Constructor Summary
Constructors Constructor Description UiMapMarkerCluster()Deprecated.Only for Jackson deserialization.UiMapMarkerCluster(java.util.List<UiMapMarkerClientRecord> markers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UiMapMarkerClientRecord>getMarkers()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
-
-
Field Detail
-
markers
protected java.util.List<UiMapMarkerClientRecord> markers
-
-
Constructor Detail
-
UiMapMarkerCluster
@Deprecated public UiMapMarkerCluster()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiMapMarkerCluster
public UiMapMarkerCluster(java.util.List<UiMapMarkerClientRecord> markers)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getMarkers
public java.util.List<UiMapMarkerClientRecord> getMarkers()
-
-