Package org.teamapps.dto
Class UiTimeGraph.SetLineFormatsCommand
- java.lang.Object
-
- org.teamapps.dto.UiTimeGraph.SetLineFormatsCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiTimeGraph
public static class UiTimeGraph.SetLineFormatsCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected java.util.Map<java.lang.String,UiLineChartLineFormat>lineFormats
-
Constructor Summary
Constructors Constructor Description SetLineFormatsCommand()Deprecated.Only for Jackson deserialization.SetLineFormatsCommand(java.lang.String componentId, java.util.Map<java.lang.String,UiLineChartLineFormat> lineFormats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()java.util.Map<java.lang.String,UiLineChartLineFormat>getLineFormats()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
lineFormats
protected java.util.Map<java.lang.String,UiLineChartLineFormat> lineFormats
-
-
Constructor Detail
-
SetLineFormatsCommand
@Deprecated public SetLineFormatsCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SetLineFormatsCommand
public SetLineFormatsCommand(java.lang.String componentId, java.util.Map<java.lang.String,UiLineChartLineFormat> lineFormats)
-
-
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>
-
getLineFormats
public java.util.Map<java.lang.String,UiLineChartLineFormat> getLineFormats()
-
-