Class SlackMessage.Attachment

  • Enclosing class:
    SlackMessage

    public static class SlackMessage.Attachment
    extends Object
    • Constructor Detail

      • Attachment

        public Attachment()
    • Method Detail

      • getFallback

        public String getFallback()
      • setFallback

        public void setFallback​(String fallback)
      • getColor

        public String getColor()
      • setColor

        public void setColor​(String color)
      • getPretext

        public String getPretext()
      • setPretext

        public void setPretext​(String pretext)
      • getAuthorName

        public String getAuthorName()
      • setAuthorName

        public void setAuthorName​(String authorName)
      • getAuthorLink

        public String getAuthorLink()
      • setAuthorLink

        public void setAuthorLink​(String authorLink)
      • getAuthorIcon

        public String getAuthorIcon()
      • setAuthorIcon

        public void setAuthorIcon​(String authorIcon)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getTitleLink

        public String getTitleLink()
      • setTitleLink

        public void setTitleLink​(String titleLink)
      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • getImageUrl

        public String getImageUrl()
      • setImageUrl

        public void setImageUrl​(String imageUrl)
      • getThumbUrl

        public String getThumbUrl()
      • setThumbUrl

        public void setThumbUrl​(String thumbUrl)
      • getFooter

        public String getFooter()
      • setFooter

        public void setFooter​(String footer)
      • getFooterIcon

        public String getFooterIcon()
      • setFooterIcon

        public void setFooterIcon​(String footerIcon)
      • getTs

        public Long getTs()
      • setTs

        public void setTs​(Long ts)