Package org.openapitools.client.model
Class BehaviorRuleSettingsHistoryBased
java.lang.Object
org.openapitools.client.model.BehaviorRuleSettingsHistoryBased
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class BehaviorRuleSettingsHistoryBased
extends Object
BehaviorRuleSettingsHistoryBased
-
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
-
BehaviorRuleSettingsHistoryBased
public BehaviorRuleSettingsHistoryBased()
-
-
Method Details
-
maxEventsUsedForEvaluation
public BehaviorRuleSettingsHistoryBased maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation) -
getMaxEventsUsedForEvaluation
Get maxEventsUsedForEvaluation minimum: 1 maximum: 100- Returns:
- maxEventsUsedForEvaluation
-
setMaxEventsUsedForEvaluation
-
minEventsNeededForEvaluation
public BehaviorRuleSettingsHistoryBased minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation) -
getMinEventsNeededForEvaluation
Get minEventsNeededForEvaluation minimum: 0 maximum: 10- Returns:
- minEventsNeededForEvaluation
-
setMinEventsNeededForEvaluation
-
equals
-
hashCode
public int hashCode() -
toString
-