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 |
getClientMsgId() |
String |
getPermalink() |
List<String> |
getPinnedTo() |
String |
getText() |
String |
getTs() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
void |
setAttachments(List<Attachment> attachments) |
void |
setBlocks(List<LayoutBlock> blocks) |
void |
setClientMsgId(String clientMsgId) |
void |
setPermalink(String permalink) |
void |
setPinnedTo(List<String> pinnedTo) |
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 getUser()
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 setUser(String user)
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.