Class BehaviorRuleSettingsAnomalousDevice

java.lang.Object
com.okta.sdk.resource.model.BehaviorRuleSettingsAnomalousDevice
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class BehaviorRuleSettingsAnomalousDevice extends Object implements Serializable
BehaviorRuleSettingsAnomalousDevice
See Also:
  • Field Details

    • JSON_PROPERTY_MAX_EVENTS_USED_FOR_EVALUATION

      public static final String JSON_PROPERTY_MAX_EVENTS_USED_FOR_EVALUATION
      See Also:
    • JSON_PROPERTY_MIN_EVENTS_NEEDED_FOR_EVALUATION

      public static final String JSON_PROPERTY_MIN_EVENTS_NEEDED_FOR_EVALUATION
      See Also:
  • Constructor Details

    • BehaviorRuleSettingsAnomalousDevice

      public BehaviorRuleSettingsAnomalousDevice()
  • Method Details

    • maxEventsUsedForEvaluation

      public BehaviorRuleSettingsAnomalousDevice maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)
    • getMaxEventsUsedForEvaluation

      @Nullable public Integer getMaxEventsUsedForEvaluation()
      Get maxEventsUsedForEvaluation minimum: 1 maximum: 100
      Returns:
      maxEventsUsedForEvaluation
    • setMaxEventsUsedForEvaluation

      public void setMaxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)
    • minEventsNeededForEvaluation

      public BehaviorRuleSettingsAnomalousDevice minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)
    • getMinEventsNeededForEvaluation

      @Nullable public Integer getMinEventsNeededForEvaluation()
      Get minEventsNeededForEvaluation minimum: 0 maximum: 10
      Returns:
      minEventsNeededForEvaluation
    • setMinEventsNeededForEvaluation

      public void setMinEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object