public static class ReactionsGetResponse.Message extends Object
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBotId() |
BotProfile |
getBotProfile() |
String |
getPermalink() |
List<Reaction> |
getReactions() |
String |
getSubtype() |
String |
getTeam() |
String |
getText() |
String |
getTs() |
String |
getType() |
String |
getUser() |
String |
getUsername() |
int |
hashCode() |
void |
setBotId(String botId) |
void |
setBotProfile(BotProfile botProfile) |
void |
setPermalink(String permalink) |
void |
setReactions(List<Reaction> reactions) |
void |
setSubtype(String subtype) |
void |
setTeam(String team) |
void |
setText(String text) |
void |
setTs(String ts) |
void |
setType(String type) |
void |
setUser(String user) |
void |
setUsername(String username) |
String |
toString() |
public String getType()
public String getSubtype()
public String getText()
public String getTs()
public String getUser()
public String getUsername()
public String getTeam()
public String getBotId()
public BotProfile getBotProfile()
public String getPermalink()
public void setType(String type)
public void setSubtype(String subtype)
public void setText(String text)
public void setTs(String ts)
public void setUser(String user)
public void setUsername(String username)
public void setTeam(String team)
public void setBotId(String botId)
public void setBotProfile(BotProfile botProfile)
public void setPermalink(String permalink)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.