Class Thread

    • Constructor Detail

    • Method Detail

      • getComments

        public List<MessagegetComments()
        The messages in this thread.
        Returns:
        the messages in the thread
      • getUnread

        public Integer getUnread()
        The amount of messages that are unread by the session profile.
        Returns:
        the amount of messages that are unread
      • setUnread

        public void setUnread​(Integer unread)
        The amount of messages that are unread by the session profile.
      • getUnseen

        public Integer getUnseen()
        The amount of messages that are unseen by the session profile.
        Returns:
        the amount of messages that are unseen
      • setUnseen

        public void setUnseen​(Integer unseen)
        The amount of messages that are unseen by the session profile.
      • getUpdatedTime

        public Date getUpdatedTime()
        The time of the last comment on this post.
        Returns:
        The time of the last comment on this post.
      • setUpdatedTime

        public void setUpdatedTime​(Date updatedTime)
        The time of the last comment on this post.