Class Message

    • Constructor Detail

      • Message

        public Message()
      • Message

        public Message​(java.util.UUID id)
    • Method Detail

      • getId

        public final java.util.UUID getId()
        Returns the id of the message.
        Returns:
        Id of the message.
      • setId

        public final void setId​(java.util.UUID id)
        Set the id of the message.
        Parameters:
        id - Id of the message.
      • getTimestamp

        public final java.lang.Long getTimestamp()
        Returns the timestamp of the message.
        Returns:
        Timestamp of the message.
      • setTimestamp

        public final void setTimestamp​(java.lang.Long timestamp)
        Set the timestamp of the message.
        Parameters:
        timestamp - Timestamp of the message.
      • getSessionId

        public final java.util.UUID getSessionId()
        Returns the session id for the message.
        Returns:
        Session id.
      • setSessionId

        public final void setSessionId​(java.util.UUID sessionId)
        Set the session id for the message.
        Parameters:
        sessionId - Session id.
      • getSessionBean

        public java.util.Map<java.lang.String,​java.lang.Object> getSessionBean()
        Returns the serialized session instance.
        Returns:
        Serialized session instance.
      • setSessionBean

        public void setSessionBean​(java.util.Map<java.lang.String,​java.lang.Object> sessionBean)
        Set the serialized session instance.
        Parameters:
        sessionBean - Serialized session instance.