Package com.slack.api.model.event
Class PinRemovedEvent.Message
- java.lang.Object
-
- com.slack.api.model.event.PinRemovedEvent.Message
-
- Enclosing class:
- PinRemovedEvent
public static class PinRemovedEvent.Message extends Object
-
-
Constructor Summary
Constructors Constructor Description Message()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAppId()List<Attachment>getAttachments()List<LayoutBlock>getBlocks()StringgetBotId()BotProfilegetBotProfile()StringgetClientMsgId()StringgetPermalink()List<String>getPinnedTo()StringgetTeam()StringgetText()StringgetTs()StringgetType()StringgetUser()inthashCode()voidsetAppId(String appId)voidsetAttachments(List<Attachment> attachments)voidsetBlocks(List<LayoutBlock> blocks)voidsetBotId(String botId)voidsetBotProfile(BotProfile botProfile)voidsetClientMsgId(String clientMsgId)voidsetPermalink(String permalink)voidsetPinnedTo(List<String> pinnedTo)voidsetTeam(String team)voidsetText(String text)voidsetTs(String ts)voidsetType(String type)voidsetUser(String user)StringtoString()
-
-
-
Method Detail
-
getClientMsgId
public String getClientMsgId()
-
getType
public String getType()
-
getAppId
public String getAppId()
-
getTeam
public String getTeam()
-
getUser
public String getUser()
-
getBotId
public String getBotId()
-
getBotProfile
public BotProfile getBotProfile()
-
getText
public String getText()
-
getBlocks
public List<LayoutBlock> getBlocks()
-
getAttachments
public List<Attachment> getAttachments()
-
getTs
public String getTs()
-
getPermalink
public String getPermalink()
-
setClientMsgId
public void setClientMsgId(String clientMsgId)
-
setType
public void setType(String type)
-
setAppId
public void setAppId(String appId)
-
setTeam
public void setTeam(String team)
-
setUser
public void setUser(String user)
-
setBotId
public void setBotId(String botId)
-
setBotProfile
public void setBotProfile(BotProfile botProfile)
-
setText
public void setText(String text)
-
setBlocks
public void setBlocks(List<LayoutBlock> blocks)
-
setAttachments
public void setAttachments(List<Attachment> attachments)
-
setTs
public void setTs(String ts)
-
setPermalink
public void setPermalink(String permalink)
-
canEqual
protected boolean canEqual(Object other)
-
-