Class PostPatch


  • public class PostPatch
    extends Object
    Post patch.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • PostPatch

        public PostPatch()
    • Method Detail

      • isPinned

        public boolean isPinned()
      • getMessage

        public String getMessage()
      • isHasReactions

        public boolean isHasReactions()
      • setPinned

        public void setPinned​(boolean isPinned)
      • setMessage

        public void setMessage​(String message)
      • setFileIds

        public void setFileIds​(List<String> fileIds)
      • setHasReactions

        public void setHasReactions​(boolean hasReactions)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object