Package org.teamapps.dto
Class UiChatDisplay.DeleteMessageCommand
java.lang.Object
org.teamapps.dto.UiChatDisplay.DeleteMessageCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.DeleteMessageCommand(String componentId, int messageId) -
Method Summary
-
Field Details
-
componentId
-
messageId
protected int messageId
-
-
Constructor Details
-
DeleteMessageCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
DeleteMessageCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getMessageId
public int getMessageId()
-