public static class PinAddedEvent.Message extends Object
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and 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() |
public String getClientMsgId()
public String getType()
public String getTeam()
public String getUser()
public String getBotId()
public BotProfile getBotProfile()
public String getText()
public List<LayoutBlock> getBlocks()
public List<Attachment> getAttachments()
public String getTs()
public String getPermalink()
public void setClientMsgId(String clientMsgId)
public void setType(String type)
public void setTeam(String team)
public void setUser(String user)
public void setBotId(String botId)
public void setBotProfile(BotProfile botProfile)
public void setText(String text)
public void setBlocks(List<LayoutBlock> blocks)
public void setAttachments(List<Attachment> attachments)
public void setTs(String ts)
public void setPermalink(String permalink)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.