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
All Methods Instance Methods Concrete Methods 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()
-
-
-
Method Detail
-
getType
public String getType()
-
getChannel
public String getChannel()
-
getTs
public String getTs()
-
getFile
public String getFile()
-
getFileComment
public String getFileComment()
-
setType
public void setType(String type)
-
setChannel
public void setChannel(String channel)
-
setTs
public void setTs(String ts)
-
setFile
public void setFile(String file)
-
setFileComment
public void setFileComment(String fileComment)
-
canEqual
protected boolean canEqual(Object other)
-
-