Class StageEntry

java.lang.Object
com.auth0.json.mgmt.attackprotection.StageEntry

public class StageEntry extends Object
Represents the per-stage configuration options
See Also:
  • Constructor Details

    • StageEntry

      public StageEntry()
  • Method Details

    • getMaxAttempts

      public Integer getMaxAttempts()
      Returns:
      the max attempts for this Stage entry
    • setMaxAttempts

      public void setMaxAttempts(Integer maxAttempts)
      Set the max attempts for this Stage entry
      Parameters:
      maxAttempts - the max attempts for this Stage entry
    • getRate

      public Integer getRate()
      Get the rate for this Stage entry
      Returns:
      the rate for this Stage entry
    • setRate

      public void setRate(Integer rate)
      Sets the rate for this Stage entry
      Parameters:
      rate - the rate for this Stage entry