Class Reaction


  • public class Reaction
    extends Object
    Reaction.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • Reaction

        public Reaction()
    • Method Detail

      • getUserId

        public String getUserId()
      • getPostId

        public String getPostId()
      • getEmojiName

        public String getEmojiName()
      • getCreateAt

        public long getCreateAt()
      • getUpdateAt

        public long getUpdateAt()
        Since:
        Mattermost Server 5.33
      • getDeleteAt

        public long getDeleteAt()
        Since:
        Mattermost Server 5.33
      • getRemoteId

        public String getRemoteId()
        Since:
        Mattermost Server 5.35
      • setUserId

        public void setUserId​(String userId)
      • setPostId

        public void setPostId​(String postId)
      • setEmojiName

        public void setEmojiName​(String emojiName)
      • setCreateAt

        public void setCreateAt​(long createAt)
      • setUpdateAt

        public void setUpdateAt​(long updateAt)
        Since:
        Mattermost Server 5.33
      • setDeleteAt

        public void setDeleteAt​(long deleteAt)
        Since:
        Mattermost Server 5.33
      • setRemoteId

        public void setRemoteId​(String remoteId)
        Since:
        Mattermost Server 5.35
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object