Class ChatDropReason

java.lang.Object
com.github.twitch4j.helix.domain.ChatDropReason

public class ChatDropReason extends Object
  • Constructor Details

    • ChatDropReason

      public ChatDropReason()
  • Method Details

    • getCode

      public String getCode()
      Code for why the message was dropped.

      For example: "channel_settings", "msg_duplicate", "msg_rejected".

    • getMessage

      public String getMessage()
      Message for why the message was dropped.
    • 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