Package org.teamapps.dto
Class UiMap2.SetHeatMapCommand
- java.lang.Object
-
- org.teamapps.dto.UiMap2.SetHeatMapCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiHeatMapDatadata
-
Constructor Summary
Constructors Constructor Description SetHeatMapCommand()Deprecated.Only for Jackson deserialization.SetHeatMapCommand(java.lang.String componentId, UiHeatMapData data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()UiHeatMapDatagetData()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
data
protected UiHeatMapData data
-
-
Constructor Detail
-
SetHeatMapCommand
@Deprecated public SetHeatMapCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SetHeatMapCommand
public SetHeatMapCommand(java.lang.String componentId, UiHeatMapData data)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getData
public UiHeatMapData getData()
-
-