Class FileComment


  • public class FileComment
    extends Object
    https://api.slack.com/methods/files.comments.add
    • Method Detail

      • getId

        public String getId()
      • getCreated

        public Integer getCreated()
      • getTimestamp

        public Integer getTimestamp()
      • getUser

        public String getUser()
      • getComment

        public String getComment()
      • getChannel

        public String getChannel()
      • isIntro

        public boolean isIntro()
      • setId

        public void setId​(String id)
      • setCreated

        public void setCreated​(Integer created)
      • setTimestamp

        public void setTimestamp​(Integer timestamp)
      • setUser

        public void setUser​(String user)
      • setComment

        public void setComment​(String comment)
      • setChannel

        public void setChannel​(String channel)
      • setIntro

        public void setIntro​(boolean intro)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object