public class SlackMessage.Attachment extends Object
Modifier and Type | Class and Description |
---|---|
class |
SlackMessage.Attachment.Field |
Constructor and Description |
---|
Attachment() |
Modifier and Type | Method and 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) |
public String getFallback()
public void setFallback(String fallback)
public String getColor()
public void setColor(String color)
public String getPretext()
public void setPretext(String pretext)
public String getAuthorName()
public void setAuthorName(String authorName)
public String getAuthorLink()
public void setAuthorLink(String authorLink)
public String getAuthorIcon()
public void setAuthorIcon(String authorIcon)
public String getTitle()
public void setTitle(String title)
public String getTitleLink()
public void setTitleLink(String titleLink)
public String getText()
public void setText(String text)
public String getImageUrl()
public void setImageUrl(String imageUrl)
public String getThumbUrl()
public void setThumbUrl(String thumbUrl)
public String getFooter()
public void setFooter(String footer)
public String getFooterIcon()
public void setFooterIcon(String footerIcon)
public Long getTs()
public void setTs(Long ts)
public List<SlackMessage.Attachment.Field> getFields()
public void setFields(List<SlackMessage.Attachment.Field> fields)
Apache Camel