Package com.flowable.engage.dto.message
Class MessageReaction
java.lang.Object
com.flowable.engage.dto.message.MessageReaction
- All Implemented Interfaces:
Reaction
- Author:
- Luis Belloch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
void
setMessageId
(String messageId) void
setReaction
(String reaction) void
-
Constructor Details
-
MessageReaction
public MessageReaction() -
MessageReaction
-
-
Method Details
-
getId
-
setId
-
getMessageId
- Specified by:
getMessageId
in interfaceReaction
-
setMessageId
-
getUserId
-
setUserId
-
getReaction
- Specified by:
getReaction
in interfaceReaction
-
setReaction
-