public class UpdateMessageContentCmd extends BaseUpdateMessageContentCmd
Modifier and Type | Field and Description |
---|---|
protected String |
mainContent |
messageId
Constructor and Description |
---|
UpdateMessageContentCmd(String messageId,
String mainContent) |
Modifier and Type | Method and Description |
---|---|
protected void |
updateMessage(MessageEntity message,
CommandContext commandContext) |
auditMessage, execute, validateCommand, validateMessage
protected String mainContent
protected void updateMessage(MessageEntity message, CommandContext commandContext)
updateMessage
in class BaseUpdateMessageContentCmd