Package com.okta.sdk.resource.model
Class BehaviorRuleSettingsAnomalousLocation
java.lang.Object
com.okta.sdk.resource.model.BehaviorRuleSettingsAnomalousLocation
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class BehaviorRuleSettingsAnomalousLocation
extends Object
implements Serializable
BehaviorRuleSettingsAnomalousLocation
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get granularityGet maxEventsUsedForEvaluation minimum: 1 maximum: 100Get minEventsNeededForEvaluation minimum: 0 maximum: 10Required when `granularity` is `LAT_LONG`.granularity
(LocationGranularity granularity) int
hashCode()
maxEventsUsedForEvaluation
(Integer maxEventsUsedForEvaluation) minEventsNeededForEvaluation
(Integer minEventsNeededForEvaluation) radiusKilometers
(Integer radiusKilometers) void
setGranularity
(LocationGranularity granularity) void
setMaxEventsUsedForEvaluation
(Integer maxEventsUsedForEvaluation) void
setMinEventsNeededForEvaluation
(Integer minEventsNeededForEvaluation) void
setRadiusKilometers
(Integer radiusKilometers) toString()
-
Field Details
-
JSON_PROPERTY_MAX_EVENTS_USED_FOR_EVALUATION
- See Also:
-
JSON_PROPERTY_MIN_EVENTS_NEEDED_FOR_EVALUATION
- See Also:
-
JSON_PROPERTY_GRANULARITY
- See Also:
-
JSON_PROPERTY_RADIUS_KILOMETERS
- See Also:
-
-
Constructor Details
-
BehaviorRuleSettingsAnomalousLocation
public BehaviorRuleSettingsAnomalousLocation()
-
-
Method Details
-
maxEventsUsedForEvaluation
public BehaviorRuleSettingsAnomalousLocation maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation) -
getMaxEventsUsedForEvaluation
-
setMaxEventsUsedForEvaluation
-
minEventsNeededForEvaluation
public BehaviorRuleSettingsAnomalousLocation minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation) -
getMinEventsNeededForEvaluation
-
setMinEventsNeededForEvaluation
-
granularity
-
getGranularity
-
setGranularity
-
radiusKilometers
-
getRadiusKilometers
-
setRadiusKilometers
-
equals
-
hashCode
-
toString
-