Package org.openapitools.client.model
Class BehaviorRule
java.lang.Object
org.openapitools.client.model.BehaviorRule
- Direct Known Subclasses:
BehaviorRuleAnomalousDevice
,BehaviorRuleAnomalousIP
,BehaviorRuleAnomalousLocation
,BehaviorRuleVelocity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class BehaviorRule
extends Object
BehaviorRule
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get createdgetId()
Get idGet lastUpdatedgetLink()
Get linkgetName()
Get nameGet statusgetType()
Get typeint
hashCode()
link
(ApiTokenLink link) void
setLink
(ApiTokenLink link) void
void
setStatus
(LifecycleStatus status) void
setType
(BehaviorRuleType type) status
(LifecycleStatus status) toString()
type
(BehaviorRuleType type)
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
type
-
JSON_PROPERTY_LINK
- See Also:
-
-
Constructor Details
-
BehaviorRule
public BehaviorRule()
-
-
Method Details
-
getCreated
Get created- Returns:
- created
-
getId
Get id- Returns:
- id
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
name
-
getName
Get name- Returns:
- name
-
setName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
link
-
getLink
Get link- Returns:
- link
-
setLink
-
equals
-
hashCode
public int hashCode() -
toString
-