EdgeEventActionType enum

Inheritance

Constructors

EdgeEventActionType()
const

Values

ADDED → const EdgeEventActionType
DELETED → const EdgeEventActionType
UPDATED → const EdgeEventActionType
POST_ATTRIBUTES → const EdgeEventActionType
ATTRIBUTES_UPDATED → const EdgeEventActionType
ATTRIBUTES_DELETED → const EdgeEventActionType
TIMESERIES_UPDATED → const EdgeEventActionType
CREDENTIALS_UPDATED → const EdgeEventActionType
ASSIGNED_TO_CUSTOMER → const EdgeEventActionType
UNASSIGNED_FROM_CUSTOMER → const EdgeEventActionType
RELATION_ADD_OR_UPDATE → const EdgeEventActionType
RELATION_DELETED → const EdgeEventActionType
RPC_CALL → const EdgeEventActionType
ALARM_ACK → const EdgeEventActionType
ALARM_CLEAR → const EdgeEventActionType
ALARM_ASSIGNED → const EdgeEventActionType
ALARM_UNASSIGNED → const EdgeEventActionType
ASSIGNED_TO_EDGE → const EdgeEventActionType
UNASSIGNED_FROM_EDGE → const EdgeEventActionType
CREDENTIALS_REQUEST → const EdgeEventActionType
ENTITY_MERGE_REQUEST → const EdgeEventActionType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<EdgeEventActionType>
A constant List of the values in this enum, in order of their declaration.