public class EmojiChangedEvent extends Object implements Event
https://api.slack.com/events/emoji_changed
| Constructor and Description |
|---|
EmojiChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEventTs() |
String |
getName() |
List<String> |
getNames() |
String |
getSubtype() |
String |
getType() |
String |
getValue()
The URL of the image
|
int |
hashCode() |
void |
setEventTs(String eventTs) |
void |
setName(String name) |
void |
setNames(List<String> names) |
void |
setSubtype(String subtype) |
void |
setValue(String value)
The URL of the image
|
String |
toString() |
public static final String TYPE_NAME
public String getSubtype()
getSubtype in interface Eventpublic String getName()
public String getValue()
public String getEventTs()
public void setSubtype(String subtype)
public void setName(String name)
public void setValue(String value)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.