public static class AttachmentActionPayload.OriginalMessage extends Object
| Constructor and Description |
|---|
OriginalMessage() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<AttachmentActionPayload.Attachment> |
getAttachments() |
String |
getBotId() |
String |
getParentUserId() |
String |
getSubtype() |
String |
getText() |
String |
getThreadTs() |
String |
getTs() |
String |
getType() |
String |
getUser() |
String |
getUsername() |
int |
hashCode() |
void |
setAttachments(List<AttachmentActionPayload.Attachment> attachments) |
void |
setBotId(String botId) |
void |
setParentUserId(String parentUserId) |
void |
setSubtype(String subtype) |
void |
setText(String text) |
void |
setThreadTs(String threadTs) |
void |
setTs(String ts) |
void |
setType(String type) |
void |
setUser(String user) |
void |
setUsername(String username) |
String |
toString() |
public String getBotId()
public String getType()
public String getText()
public String getUser()
public String getUsername()
public String getTs()
public List<AttachmentActionPayload.Attachment> getAttachments()
public String getSubtype()
public String getThreadTs()
public String getParentUserId()
public void setBotId(String botId)
public void setType(String type)
public void setText(String text)
public void setUser(String user)
public void setUsername(String username)
public void setTs(String ts)
public void setAttachments(List<AttachmentActionPayload.Attachment> attachments)
public void setSubtype(String subtype)
public void setThreadTs(String threadTs)
public void setParentUserId(String parentUserId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.