Class AttachmentActionPayload.Attachment
- java.lang.Object
-
- com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.Attachment
-
- Enclosing class:
- AttachmentActionPayload
public static class AttachmentActionPayload.Attachment extends Object
-
-
Constructor Summary
Constructors Constructor Description Attachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<AttachmentActionPayload.AttachmentAction>getActions()StringgetAttachmentType()StringgetAuthorIcon()StringgetAuthorName()StringgetCallbackId()StringgetColor()StringgetFallback()List<AttachmentActionPayload.AttachmentField>getFields()IntegergetId()StringgetImageUrl()StringgetText()StringgetTitle()inthashCode()voidsetActions(List<AttachmentActionPayload.AttachmentAction> actions)voidsetAttachmentType(String attachmentType)voidsetAuthorIcon(String authorIcon)voidsetAuthorName(String authorName)voidsetCallbackId(String callbackId)voidsetColor(String color)voidsetFallback(String fallback)voidsetFields(List<AttachmentActionPayload.AttachmentField> fields)voidsetId(Integer id)voidsetImageUrl(String imageUrl)voidsetText(String text)voidsetTitle(String title)StringtoString()
-
-
-
Method Detail
-
getId
public Integer getId()
-
getCallbackId
public String getCallbackId()
-
getTitle
public String getTitle()
-
getText
public String getText()
-
getFallback
public String getFallback()
-
getColor
public String getColor()
-
getAttachmentType
public String getAttachmentType()
-
getActions
public List<AttachmentActionPayload.AttachmentAction> getActions()
-
getFields
public List<AttachmentActionPayload.AttachmentField> getFields()
-
getAuthorName
public String getAuthorName()
-
getAuthorIcon
public String getAuthorIcon()
-
getImageUrl
public String getImageUrl()
-
setId
public void setId(Integer id)
-
setCallbackId
public void setCallbackId(String callbackId)
-
setTitle
public void setTitle(String title)
-
setText
public void setText(String text)
-
setFallback
public void setFallback(String fallback)
-
setColor
public void setColor(String color)
-
setAttachmentType
public void setAttachmentType(String attachmentType)
-
setActions
public void setActions(List<AttachmentActionPayload.AttachmentAction> actions)
-
setFields
public void setFields(List<AttachmentActionPayload.AttachmentField> fields)
-
setAuthorName
public void setAuthorName(String authorName)
-
setAuthorIcon
public void setAuthorIcon(String authorIcon)
-
setImageUrl
public void setImageUrl(String imageUrl)
-
canEqual
protected boolean canEqual(Object other)
-
-