Package com.okta.sdk.resource.model
Class BehaviorDetectionRuleSettingsBasedOnEventHistory
java.lang.Object
com.okta.sdk.resource.model.BehaviorDetectionRuleSettingsBasedOnEventHistory
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:03.723859-06:00[America/Chicago]")
public class BehaviorDetectionRuleSettingsBasedOnEventHistory
extends Object
implements Serializable
BehaviorDetectionRuleSettingsBasedOnEventHistory
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get maxEventsUsedForEvaluation minimum: 1 maximum: 100Get minEventsNeededForEvaluation minimum: 0 maximum: 10int
hashCode()
maxEventsUsedForEvaluation
(Integer maxEventsUsedForEvaluation) minEventsNeededForEvaluation
(Integer minEventsNeededForEvaluation) void
setMaxEventsUsedForEvaluation
(Integer maxEventsUsedForEvaluation) void
setMinEventsNeededForEvaluation
(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
-
BehaviorDetectionRuleSettingsBasedOnEventHistory
public BehaviorDetectionRuleSettingsBasedOnEventHistory()
-
-
Method Details
-
maxEventsUsedForEvaluation
public BehaviorDetectionRuleSettingsBasedOnEventHistory maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation) -
getMaxEventsUsedForEvaluation
Get maxEventsUsedForEvaluation minimum: 1 maximum: 100- Returns:
- maxEventsUsedForEvaluation
-
setMaxEventsUsedForEvaluation
-
minEventsNeededForEvaluation
public BehaviorDetectionRuleSettingsBasedOnEventHistory minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation) -
getMinEventsNeededForEvaluation
Get minEventsNeededForEvaluation minimum: 0 maximum: 10- Returns:
- minEventsNeededForEvaluation
-
setMinEventsNeededForEvaluation
-
equals
-
hashCode
public int hashCode() -
toString
-