Package org.openapitools.client.model
Class BehaviorDetectionRuleSettingsBasedOnEventHistory
java.lang.Object
org.openapitools.client.model.BehaviorDetectionRuleSettingsBasedOnEventHistory
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-21T10:43:54.328303-05:00[America/Chicago]")
public class BehaviorDetectionRuleSettingsBasedOnEventHistory
extends Object
BehaviorDetectionRuleSettingsBasedOnEventHistory
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-