Class ShieldModeStatus

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

public class ShieldModeStatus extends Object
  • Constructor Details

    • ShieldModeStatus

      public ShieldModeStatus()
  • Method Details

    • isActive

      public Boolean isActive()
      Whether Shield Mode is active.
    • getModeratorId

      public String getModeratorId()
      An ID that identifies the moderator that last activated Shield Mode.

      Is an empty string if Shield Mode hasn't been previously activated.

    • getModeratorName

      public String getModeratorName()
      The moderator’s display name.

      Is an empty string if Shield Mode hasn't been previously activated.

    • getModeratorLogin

      public String getModeratorLogin()
      The moderator’s login name.

      Is an empty string if Shield Mode hasn't been previously activated.

    • getLastActivatedAt

      public Instant getLastActivatedAt()
      The UTC timestamp of when Shield Mode was last activated.

      Is an empty string if Shield Mode hasn't been previously activated.

    • 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