@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class BehaviorRuleSettingsAnomalousLocation extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_GRANULARITY |
static String |
JSON_PROPERTY_MAX_EVENTS_USED_FOR_EVALUATION |
static String |
JSON_PROPERTY_MIN_EVENTS_NEEDED_FOR_EVALUATION |
static String |
JSON_PROPERTY_RADIUS_KILOMETERS |
Constructor and Description |
---|
BehaviorRuleSettingsAnomalousLocation() |
public static final String JSON_PROPERTY_MAX_EVENTS_USED_FOR_EVALUATION
public static final String JSON_PROPERTY_MIN_EVENTS_NEEDED_FOR_EVALUATION
public static final String JSON_PROPERTY_GRANULARITY
public static final String JSON_PROPERTY_RADIUS_KILOMETERS
public BehaviorRuleSettingsAnomalousLocation()
public BehaviorRuleSettingsAnomalousLocation maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)
@Nullable public Integer getMaxEventsUsedForEvaluation()
public void setMaxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation)
public BehaviorRuleSettingsAnomalousLocation minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)
@Nullable public Integer getMinEventsNeededForEvaluation()
public void setMinEventsNeededForEvaluation(Integer minEventsNeededForEvaluation)
public BehaviorRuleSettingsAnomalousLocation granularity(LocationGranularity granularity)
@Nonnull public LocationGranularity getGranularity()
public void setGranularity(LocationGranularity granularity)
public BehaviorRuleSettingsAnomalousLocation radiusKilometers(Integer radiusKilometers)
@Nullable public Integer getRadiusKilometers()
public void setRadiusKilometers(Integer radiusKilometers)
Copyright © 2017–2023 Okta. All rights reserved.