Package org.teamapps.dto
Class UiTable.UpdateRefreshableConfigCommand
- java.lang.Object
-
- org.teamapps.dto.UiTable.UpdateRefreshableConfigCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiRefreshableTableConfigUpdateconfig
-
Constructor Summary
Constructors Constructor Description UpdateRefreshableConfigCommand()Deprecated.Only for Jackson deserialization.UpdateRefreshableConfigCommand(java.lang.String componentId, UiRefreshableTableConfigUpdate config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()UiRefreshableTableConfigUpdategetConfig()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
config
protected UiRefreshableTableConfigUpdate config
-
-
Constructor Detail
-
UpdateRefreshableConfigCommand
@Deprecated public UpdateRefreshableConfigCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UpdateRefreshableConfigCommand
public UpdateRefreshableConfigCommand(java.lang.String componentId, UiRefreshableTableConfigUpdate config)
-
-
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>
-
getConfig
public UiRefreshableTableConfigUpdate getConfig()
-
-