Package org.openapitools.client.model
Class BehaviorDetectionRuleSettingsBasedOnEventHistory
java.lang.Object
org.openapitools.client.model.BehaviorDetectionRuleSettingsBasedOnEventHistory
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class BehaviorDetectionRuleSettingsBasedOnEventHistory
extends Object
BehaviorDetectionRuleSettingsBasedOnEventHistory
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet maxEventsUsedForEvaluation minimum: 1 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
- 
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
 
 -