RulesEventExecution class
Ejecución de reglas agrupada por evento
Constructors
Properties
- endTime → DateTime?
-
final
-
eventContext
→ Map<
String, dynamic> -
final
- eventDescription → String
-
final
- eventId → String
-
final
- eventType → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- overallStatus → RulesExecutionStatus
-
Estado general del evento basado en las reglas
no setter
-
ruleExecutions
→ List<
RuleExecution> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
final
- timestamp → DateTime
-
final
- totalDurationMs → int?
-
Duración total del evento (todas las reglas)
no setter
Methods
-
addRuleExecution(
RuleExecution ruleExecution) → void - Agregar ejecución de regla al evento
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convertir a JSON para exportación
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited