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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.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
Get maxEventsUsedForEvaluation minimum: 1 maximum: 100- Returns:
- maxEventsUsedForEvaluation
-
setMaxEventsUsedForEvaluation
-
minEventsNeededForEvaluation
public BehaviorRuleSettingsAnomalousLocation minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation) -
getMinEventsNeededForEvaluation
Get minEventsNeededForEvaluation minimum: 0 maximum: 10- Returns:
- minEventsNeededForEvaluation
-
setMinEventsNeededForEvaluation
-
granularity
-
getGranularity
Get granularity- Returns:
- granularity
-
setGranularity
-
radiusKilometers
-
getRadiusKilometers
Required when `granularity` is `LAT_LONG`. Radius from the provided coordinates in kilometers.- Returns:
- radiusKilometers
-
setRadiusKilometers
-
equals
-
hashCode
public int hashCode() -
toString
-