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