public static class StarAddedEvent.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() |
StarAddedEvent.Edited |
getEdited() |
String |
getPermalink() |
List<String> |
getPinnedTo() |
String |
getTeam() |
String |
getText() |
String |
getTs() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
boolean |
isStarred() |
void |
setAttachments(List<Attachment> attachments) |
void |
setBlocks(List<LayoutBlock> blocks) |
void |
setBotId(String botId) |
void |
setBotProfile(BotProfile botProfile) |
void |
setClientMsgId(String clientMsgId) |
void |
setEdited(StarAddedEvent.Edited edited) |
void |
setPermalink(String permalink) |
void |
setPinnedTo(List<String> pinnedTo) |
void |
setStarred(boolean isStarred) |
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 boolean isStarred()
public String getText()
public List<LayoutBlock> getBlocks()
public List<Attachment> getAttachments()
public String getTs()
public String getPermalink()
public StarAddedEvent.Edited getEdited()
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 setStarred(boolean isStarred)
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)
public void setEdited(StarAddedEvent.Edited edited)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.