Class Message

    • Constructor Detail

      • Message

        public Message()
    • Method Detail

      • getContent

        public String getContent()
        A single message
        Returns:
        possible object is String
      • setContent

        public void setContent​(String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • setRef

        public void setRef​(String value)
        Sets the value of the ref property.
        Parameters:
        value - allowed object is String
      • setClazz

        public void setClazz​(MessageType value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is MessageType
      • getCode

        public String getCode()
        A code for this message.
        Returns:
        possible object is String
      • setCode

        public void setCode​(String value)
        Sets the value of the code property.
        Parameters:
        value - allowed object is String