@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-29T14:11:29.890-05:00[America/Chicago]") public class BehaviorRuleSettingsAnomalousIP extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_MAX_EVENTS_USED_FOR_EVALUATION  | 
static String | 
JSON_PROPERTY_MIN_EVENTS_NEEDED_FOR_EVALUATION  | 
| Constructor and Description | 
|---|
BehaviorRuleSettingsAnomalousIP()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
Integer | 
getMaxEventsUsedForEvaluation()
Get maxEventsUsedForEvaluation
 minimum: 0
 maximum: 100 
 | 
Integer | 
getMinEventsNeededForEvaluation()
Get minEventsNeededForEvaluation
 minimum: 0
 maximum: 10 
 | 
int | 
hashCode()  | 
BehaviorRuleSettingsAnomalousIP | 
maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)  | 
BehaviorRuleSettingsAnomalousIP | 
minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)  | 
void | 
setMaxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)  | 
void | 
setMinEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_MAX_EVENTS_USED_FOR_EVALUATION
public static final String JSON_PROPERTY_MIN_EVENTS_NEEDED_FOR_EVALUATION
public BehaviorRuleSettingsAnomalousIP maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)
@Nullable public Integer getMaxEventsUsedForEvaluation()
public void setMaxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)
public BehaviorRuleSettingsAnomalousIP minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)
@Nullable public Integer getMinEventsNeededForEvaluation()
public void setMinEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)
Copyright © 2017–2023 Okta. All rights reserved.