Class StageEntry
java.lang.Object
com.auth0.json.mgmt.attackprotection.StageEntry
Represents the per-stage configuration options
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRate()Get the rate for this Stage entryvoidsetMaxAttempts(Integer maxAttempts) Set the max attempts for this Stage entryvoidSets the rate for this Stage entry
-
Constructor Details
-
StageEntry
public StageEntry()
-
-
Method Details
-
getMaxAttempts
- Returns:
- the max attempts for this Stage entry
-
setMaxAttempts
Set the max attempts for this Stage entry- Parameters:
maxAttempts- the max attempts for this Stage entry
-
getRate
Get the rate for this Stage entry- Returns:
- the rate for this Stage entry
-
setRate
Sets the rate for this Stage entry- Parameters:
rate- the rate for this Stage entry
-