Package com.slack.api.model.event
Class ReactionAddedEvent.Item
java.lang.Object
com.slack.api.model.event.ReactionAddedEvent.Item
- Enclosing class:
- ReactionAddedEvent
public static class ReactionAddedEvent.Item extends Object
-
Constructor Summary
Constructors Constructor Description Item() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetFile()StringgetFileComment()StringgetTs()StringgetType()inthashCode()voidsetChannel(String channel)voidsetFile(String file)voidsetFileComment(String fileComment)voidsetTs(String ts)voidsetType(String type)StringtoString()
-
Constructor Details
-
Item
public Item()
-
-
Method Details
-
getType
-
getChannel
-
getTs
-
getFile
-
getFileComment
-
setType
-
setChannel
-
setTs
-
setFile
-
setFileComment
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-