Package com.slack.api.model.event
Class PinAddedEvent.Message
java.lang.Object
com.slack.api.model.event.PinAddedEvent.Message
- Enclosing class:
- PinAddedEvent
public static class PinAddedEvent.Message extends Object
-
Constructor Summary
Constructors Constructor Description Message() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<Attachment>getAttachments()List<LayoutBlock>getBlocks()StringgetBotId()BotProfilegetBotProfile()StringgetClientMsgId()StringgetPermalink()List<String>getPinnedTo()StringgetTeam()StringgetText()StringgetTs()StringgetType()StringgetUser()inthashCode()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()
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
getClientMsgId
-
getType
-
getTeam
-
getUser
-
getBotId
-
getBotProfile
-
getText
-
getBlocks
-
getAttachments
-
getTs
-
getPinnedTo
-
getPermalink
-
setClientMsgId
-
setType
-
setTeam
-
setUser
-
setBotId
-
setBotProfile
-
setText
-
setBlocks
-
setAttachments
-
setTs
-
setPinnedTo
-
setPermalink
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-