Class BanUsersResult

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

public class BanUsersResult extends Object
  • Constructor Details

    • BanUsersResult

      public BanUsersResult()
  • Method Details

    • getBroadcasterId

      public String getBroadcasterId()
      The broadcaster whose chat room the user was banned from chatting in.
    • getModeratorId

      public String getModeratorId()
      The moderator that banned or put the user in the timeout.
    • getUserId

      public String getUserId()
      The user that was banned or was put in a timeout.
    • getCreatedAt

      public Instant getCreatedAt()
      The UTC date and time (in RFC3999 format) when the ban was created.
    • getEndTime

      @Nullable public @Nullable Instant getEndTime()
      The UTC date and time (in RFC3339 format) that the timeout will end. Is null if the user was banned instead of put in a timeout.
    • 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