@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class BehaviorRuleSettingsAnomalousLocation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_GRANULARITY |
static java.lang.String |
JSON_PROPERTY_MAX_EVENTS_USED_FOR_EVALUATION |
static java.lang.String |
JSON_PROPERTY_MIN_EVENTS_NEEDED_FOR_EVALUATION |
static java.lang.String |
JSON_PROPERTY_RADIUS_KILOMETERS |
Constructor and Description |
---|
BehaviorRuleSettingsAnomalousLocation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
LocationGranularity |
getGranularity()
Get granularity
|
java.lang.Integer |
getMaxEventsUsedForEvaluation()
Get maxEventsUsedForEvaluation
minimum: 1
maximum: 100
|
java.lang.Integer |
getMinEventsNeededForEvaluation()
Get minEventsNeededForEvaluation
minimum: 0
maximum: 10
|
java.lang.Integer |
getRadiusKilometers()
Required when `granularity` is `LAT_LONG`.
|
BehaviorRuleSettingsAnomalousLocation |
granularity(LocationGranularity granularity) |
int |
hashCode() |
BehaviorRuleSettingsAnomalousLocation |
maxEventsUsedForEvaluation(java.lang.Integer maxEventsUsedForEvaluation) |
BehaviorRuleSettingsAnomalousLocation |
minEventsNeededForEvaluation(java.lang.Integer minEventsNeededForEvaluation) |
BehaviorRuleSettingsAnomalousLocation |
radiusKilometers(java.lang.Integer radiusKilometers) |
void |
setGranularity(LocationGranularity granularity) |
void |
setMaxEventsUsedForEvaluation(java.lang.Integer maxEventsUsedForEvaluation) |
void |
setMinEventsNeededForEvaluation(java.lang.Integer minEventsNeededForEvaluation) |
void |
setRadiusKilometers(java.lang.Integer radiusKilometers) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_MAX_EVENTS_USED_FOR_EVALUATION
public static final java.lang.String JSON_PROPERTY_MIN_EVENTS_NEEDED_FOR_EVALUATION
public static final java.lang.String JSON_PROPERTY_GRANULARITY
public static final java.lang.String JSON_PROPERTY_RADIUS_KILOMETERS
public BehaviorRuleSettingsAnomalousLocation()
public BehaviorRuleSettingsAnomalousLocation maxEventsUsedForEvaluation(java.lang.Integer maxEventsUsedForEvaluation)
@Nullable public java.lang.Integer getMaxEventsUsedForEvaluation()
public void setMaxEventsUsedForEvaluation(java.lang.Integer maxEventsUsedForEvaluation)
public BehaviorRuleSettingsAnomalousLocation minEventsNeededForEvaluation(java.lang.Integer minEventsNeededForEvaluation)
@Nullable public java.lang.Integer getMinEventsNeededForEvaluation()
public void setMinEventsNeededForEvaluation(java.lang.Integer minEventsNeededForEvaluation)
public BehaviorRuleSettingsAnomalousLocation granularity(LocationGranularity granularity)
@Nonnull public LocationGranularity getGranularity()
public void setGranularity(LocationGranularity granularity)
public BehaviorRuleSettingsAnomalousLocation radiusKilometers(java.lang.Integer radiusKilometers)
@Nullable public java.lang.Integer getRadiusKilometers()
public void setRadiusKilometers(java.lang.Integer radiusKilometers)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.