-
- All Implemented Interfaces:
-
java.io.Serializable
public abstract class Message implements Serializable
Represents a message to be displayed in the application.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumMessage.SourceRepresents the source of the message.
-
Field Summary
Fields Modifier and Type Field Description public StringmessageIdentifierpublic StringdevTrackingIdentifierpublic JSONObjecteventDatapublic Message.Sourcesource
-
Method Summary
Modifier and Type Method Description booleanisMEPMessage()Whether this message came from MEP booleanisCEPMessage()Whether this message came from CEP booleanisBannerMessage()Whether this message should be displayed as a banner -
-
Method Detail
-
isMEPMessage
boolean isMEPMessage()
Whether this message came from MEP
-
isCEPMessage
boolean isCEPMessage()
Whether this message came from CEP
-
isBannerMessage
boolean isBannerMessage()
Whether this message should be displayed as a banner
-
-
-
-