Class SlackMessage.Attachment
- java.lang.Object
-
- org.apache.camel.component.slack.helper.SlackMessage.Attachment
-
- Enclosing class:
- SlackMessage
public static class SlackMessage.Attachment extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SlackMessage.Attachment.Field
-
Constructor Summary
Constructors Constructor Description Attachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorIcon()
String
getAuthorLink()
String
getAuthorName()
String
getColor()
String
getFallback()
List<SlackMessage.Attachment.Field>
getFields()
String
getFooter()
String
getFooterIcon()
String
getImageUrl()
String
getPretext()
String
getText()
String
getThumbUrl()
String
getTitle()
String
getTitleLink()
Long
getTs()
void
setAuthorIcon(String authorIcon)
void
setAuthorLink(String authorLink)
void
setAuthorName(String authorName)
void
setColor(String color)
void
setFallback(String fallback)
void
setFields(List<SlackMessage.Attachment.Field> fields)
void
setFooter(String footer)
void
setFooterIcon(String footerIcon)
void
setImageUrl(String imageUrl)
void
setPretext(String pretext)
void
setText(String text)
void
setThumbUrl(String thumbUrl)
void
setTitle(String title)
void
setTitleLink(String titleLink)
void
setTs(Long ts)
-
-
-
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)
-
getFields
public List<SlackMessage.Attachment.Field> getFields()
-
setFields
public void setFields(List<SlackMessage.Attachment.Field> fields)
-
-