public static class ChatScheduleMessageResponse.ScheduledMessage extends Object
| Constructor and Description |
|---|
ScheduledMessage() |
| 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 |
getTeam() |
String |
getText() |
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 |
setTeam(String team) |
void |
setText(String text) |
void |
setType(String type) |
void |
setUser(String user) |
String |
toString() |
public String getBotId()
public BotProfile getBotProfile()
public String getType()
public String getTeam()
public String getUser()
public String getText()
public List<Attachment> getAttachments()
public List<LayoutBlock> getBlocks()
public void setBotId(String botId)
public void setBotProfile(BotProfile botProfile)
public void setType(String type)
public void setTeam(String team)
public void setUser(String user)
public void setText(String text)
public void setAttachments(List<Attachment> attachments)
public void setBlocks(List<LayoutBlock> blocks)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.