Package com.okta.sdk.resource.model
Class BehaviorRuleSettingsAnomalousIP
java.lang.Object
com.okta.sdk.resource.model.BehaviorRuleSettingsAnomalousIP
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class BehaviorRuleSettingsAnomalousIP
extends Object
implements Serializable
BehaviorRuleSettingsAnomalousIP
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet maxEventsUsedForEvaluation minimum: 0 maximum: 100Get minEventsNeededForEvaluation minimum: 0 maximum: 10inthashCode()maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation) minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation) voidsetMaxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation) voidsetMinEventsNeededForEvaluation(Integer minEventsNeededForEvaluation) toString() 
- 
Field Details
- 
JSON_PROPERTY_MAX_EVENTS_USED_FOR_EVALUATION
- See Also:
 
 - 
JSON_PROPERTY_MIN_EVENTS_NEEDED_FOR_EVALUATION
- See Also:
 
 
 - 
 - 
Constructor Details
- 
BehaviorRuleSettingsAnomalousIP
public BehaviorRuleSettingsAnomalousIP() 
 - 
 - 
Method Details
- 
maxEventsUsedForEvaluation
public BehaviorRuleSettingsAnomalousIP maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)  - 
getMaxEventsUsedForEvaluation
Get maxEventsUsedForEvaluation minimum: 0 maximum: 100- Returns:
 - maxEventsUsedForEvaluation
 
 - 
setMaxEventsUsedForEvaluation
 - 
minEventsNeededForEvaluation
public BehaviorRuleSettingsAnomalousIP minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)  - 
getMinEventsNeededForEvaluation
Get minEventsNeededForEvaluation minimum: 0 maximum: 10- Returns:
 - minEventsNeededForEvaluation
 
 - 
setMinEventsNeededForEvaluation
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -