@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class BehaviorRuleAnomalousDevice extends BehaviorRule implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_SETTINGS |
JSON_PROPERTY_CREATED, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LINK, JSON_PROPERTY_NAME, JSON_PROPERTY_STATUS, JSON_PROPERTY_TYPE, type
Constructor and Description |
---|
BehaviorRuleAnomalousDevice() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BehaviorRuleSettingsAnomalousDevice |
getSettings()
Get settings
|
int |
hashCode() |
void |
setSettings(BehaviorRuleSettingsAnomalousDevice settings) |
BehaviorRuleAnomalousDevice |
settings(BehaviorRuleSettingsAnomalousDevice settings) |
String |
toString() |
public static final String JSON_PROPERTY_SETTINGS
public BehaviorRuleAnomalousDevice settings(BehaviorRuleSettingsAnomalousDevice settings)
@Nullable public BehaviorRuleSettingsAnomalousDevice getSettings()
public void setSettings(BehaviorRuleSettingsAnomalousDevice settings)
public boolean equals(Object o)
equals
in class BehaviorRule
public int hashCode()
hashCode
in class BehaviorRule
public String toString()
toString
in class BehaviorRule
Copyright © 2017–2023 Okta. All rights reserved.