- java.lang.Object
-
- net.bis5.mattermost.model.SlackAttachment
-
public class SlackAttachment extends Object
Slack attachment payload.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description SlackAttachment()
-
Method Summary
-
-
-
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()
-
getFields
public List<SlackAttachmentField> getFields()
-
getImageUrl
public String getImageUrl()
-
getThumbUrl
public String getThumbUrl()
-
getFooter
public String getFooter()
-
getFooterIcon
public String getFooterIcon()
-
getTimestamp
public Object getTimestamp()
-
getActions
public List<PostAction> getActions()
-
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)
-
setFields
public void setFields(List<SlackAttachmentField> fields)
-
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)
-
setActions
public void setActions(List<PostAction> actions)
-
canEqual
protected boolean canEqual(Object other)
-
-