Class Message


  • public class Message
    extends Object
    This class represents the message viewmodel.
    Since:
    9.2
    Author:
    A.Pragt
    • Method Detail

      • getType

        public MessageType getType()
        This method returns the message type.
        Returns:
        The message type.
      • getText

        public String getText()
        This method returns the text.
        Returns:
        The text
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object