Class ChatUserWarning

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

public class ChatUserWarning extends Object
  • Constructor Details

    • ChatUserWarning

      public ChatUserWarning()
  • Method Details

    • getBroadcasterId

      public String getBroadcasterId()
      The ID of the channel in which the warning will take effect.
    • getUserId

      public String getUserId()
      The ID of the warned user.
    • getModeratorId

      public String getModeratorId()
      The ID of the user who applied the warning.
    • getReason

      public String getReason()
      The reason provided for warning.
    • 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