public static class ReactionsListResponse.Item extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReactionsListResponse.Item.Message |
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel() |
ReactionsListResponse.Item.Message |
getMessage() |
String |
getType() |
int |
hashCode() |
void |
setChannel(String channel) |
void |
setMessage(ReactionsListResponse.Item.Message message) |
void |
setType(String type) |
String |
toString() |
public String getType()
public String getChannel()
public ReactionsListResponse.Item.Message getMessage()
public void setType(String type)
public void setChannel(String channel)
public void setMessage(ReactionsListResponse.Item.Message message)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.