@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class BehaviorRuleSettingsHistoryBased 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 | 
|---|
BehaviorRuleSettingsHistoryBased()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
Integer | 
getMaxEventsUsedForEvaluation()
Get maxEventsUsedForEvaluation
 minimum: 1
 maximum: 100 
 | 
Integer | 
getMinEventsNeededForEvaluation()
Get minEventsNeededForEvaluation
 minimum: 0
 maximum: 10 
 | 
int | 
hashCode()  | 
BehaviorRuleSettingsHistoryBased | 
maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)  | 
BehaviorRuleSettingsHistoryBased | 
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 BehaviorRuleSettingsHistoryBased maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)
@Nullable public Integer getMaxEventsUsedForEvaluation()
public void setMaxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)
public BehaviorRuleSettingsHistoryBased minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)
@Nullable public Integer getMinEventsNeededForEvaluation()
public void setMinEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)
Copyright © 2017–2023 Okta. All rights reserved.