Package com.slack.api.model.event
Class ReactionRemovedEvent.Item
java.lang.Object
com.slack.api.model.event.ReactionRemovedEvent.Item
- Enclosing class:
- ReactionRemovedEvent
public static class ReactionRemovedEvent.Item extends Object
-
Constructor Summary
Constructors Constructor Description Item()
-
Method Summary
Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getChannel()
String
getFile()
String
getFileComment()
String
getTs()
String
getType()
int
hashCode()
void
setChannel(String channel)
void
setFile(String file)
void
setFileComment(String fileComment)
void
setTs(String ts)
void
setType(String type)
String
toString()
-
Constructor Details
-
Item
public Item()
-
-
Method Details
-
getType
-
getChannel
-
getTs
-
getFile
-
getFileComment
-
setType
-
setChannel
-
setTs
-
setFile
-
setFileComment
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-