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 boolean
canEqual(Object other)
boolean
equals(Object o)
List<Attachment>
getAttachments()
List<LayoutBlock>
getBlocks()
String
getBotId()
BotProfile
getBotProfile()
String
getClientMsgId()
String
getPermalink()
List<String>
getPinnedTo()
String
getTeam()
String
getText()
String
getTs()
String
getType()
String
getUser()
int
hashCode()
void
setAttachments(List<Attachment> attachments)
void
setBlocks(List<LayoutBlock> blocks)
void
setBotId(String botId)
void
setBotProfile(BotProfile botProfile)
void
setClientMsgId(String clientMsgId)
void
setPermalink(String permalink)
void
setPinnedTo(List<String> pinnedTo)
void
setTeam(String team)
void
setText(String text)
void
setTs(String ts)
void
setType(String type)
void
setUser(String user)
String
toString()
-
-
-
Method Detail
-
getClientMsgId
public String getClientMsgId()
-
getType
public String getType()
-
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)
-
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)
-
-