@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class BehaviorDetectionRuleSettingsBasedOnDeviceVelocityInKilometersPerHour extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_VELOCITY_KPH |
Constructor and Description |
---|
BehaviorDetectionRuleSettingsBasedOnDeviceVelocityInKilometersPerHour() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getVelocityKph()
Get velocityKph
minimum: 1
|
int |
hashCode() |
void |
setVelocityKph(Integer velocityKph) |
String |
toString() |
BehaviorDetectionRuleSettingsBasedOnDeviceVelocityInKilometersPerHour |
velocityKph(Integer velocityKph) |
public static final String JSON_PROPERTY_VELOCITY_KPH
public BehaviorDetectionRuleSettingsBasedOnDeviceVelocityInKilometersPerHour()
public BehaviorDetectionRuleSettingsBasedOnDeviceVelocityInKilometersPerHour velocityKph(Integer velocityKph)
@Nonnull public Integer getVelocityKph()
public void setVelocityKph(Integer velocityKph)
Copyright © 2017–2023 Okta. All rights reserved.