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-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class BehaviorRuleSettingsAnomalousLocation
extends Object
implements Serializable
BehaviorRuleSettingsAnomalousLocation
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet granularityGet maxEventsUsedForEvaluation minimum: 1 maximum: 100Get minEventsNeededForEvaluation minimum: 0 maximum: 10Required when `granularity` is `LAT_LONG`.granularity(LocationGranularity granularity) inthashCode()maxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation) minEventsNeededForEvaluation(Integer minEventsNeededForEvaluation) radiusKilometers(Integer radiusKilometers) voidsetGranularity(LocationGranularity granularity) voidsetMaxEventsUsedForEvaluation(Integer maxEventsUsedForEvaluation) voidsetMinEventsNeededForEvaluation(Integer minEventsNeededForEvaluation) voidsetRadiusKilometers(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
 
 -