Class ShieldModeSettings

java.lang.Object
com.github.twitch4j.pubsub.domain.ShieldModeSettings

@Unofficial public class ShieldModeSettings extends Object
  • Constructor Details

    • ShieldModeSettings

      public ShieldModeSettings()
  • Method Details

    • getModeType

      public String getModeType()
    • getLastModifiedAt

      public Instant getLastModifiedAt()
    • getLastModifiedBy

      public SimpleUser getLastModifiedBy()
    • getClearChat

      public Boolean getClearChat()
    • getAutomodSettings

      public AutomodLevelsModified.AutomodLevels getAutomodSettings()
    • getAccountVerificationOptions

      public AccountVerificationOptions getAccountVerificationOptions()
    • getSubscribersOnly

      public Boolean getSubscribersOnly()
    • getEmoteOnly

      public Boolean getEmoteOnly()
    • getRestrictFirstTimeChatters

      public Boolean getRestrictFirstTimeChatters()
    • getFollowersOnly

      public Boolean getFollowersOnly()
    • getFollowersOnlyDuration

      public Integer getFollowersOnlyDuration()
    • getSlowMode

      public Boolean getSlowMode()
    • getSlowModeDuration

      public Integer getSlowModeDuration()
    • getChatDelay

      public Boolean getChatDelay()
    • getChatDelayDuration

      public Integer getChatDelayDuration()
    • getSettingsErrors

      public List<Object> getSettingsErrors()
    • 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