Class SlackAttachment


  • public class SlackAttachment
    extends Object
    Slack attachment payload.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • SlackAttachment

        public SlackAttachment()
    • Method Detail

      • getId

        public long getId()
      • getFallback

        public String getFallback()
      • getColor

        public String getColor()
      • getPretext

        public String getPretext()
      • getAuthorName

        public String getAuthorName()
      • getAuthorLink

        public String getAuthorLink()
      • getAuthorIcon

        public String getAuthorIcon()
      • getTitle

        public String getTitle()
      • getTitleLink

        public String getTitleLink()
      • getText

        public String getText()
      • getImageUrl

        public String getImageUrl()
      • getThumbUrl

        public String getThumbUrl()
      • getFooter

        public String getFooter()
      • getFooterIcon

        public String getFooterIcon()
      • getTimestamp

        public Object getTimestamp()
      • setId

        public void setId​(long id)
      • setFallback

        public void setFallback​(String fallback)
      • setColor

        public void setColor​(String color)
      • setPretext

        public void setPretext​(String pretext)
      • setAuthorName

        public void setAuthorName​(String authorName)
      • setAuthorLink

        public void setAuthorLink​(String authorLink)
      • setAuthorIcon

        public void setAuthorIcon​(String authorIcon)
      • setTitle

        public void setTitle​(String title)
      • setTitleLink

        public void setTitleLink​(String titleLink)
      • setText

        public void setText​(String text)
      • setImageUrl

        public void setImageUrl​(String imageUrl)
      • setThumbUrl

        public void setThumbUrl​(String thumbUrl)
      • setFooter

        public void setFooter​(String footer)
      • setFooterIcon

        public void setFooterIcon​(String footerIcon)
      • setTimestamp

        public void setTimestamp​(Object timestamp)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object