Class ReactionAddedEvent.Item

java.lang.Object
com.slack.api.model.event.ReactionAddedEvent.Item
Enclosing class:
ReactionAddedEvent

public static class ReactionAddedEvent.Item extends Object
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object