EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo class

Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship

Properties

hashCode int
The hash code for this object.
no setterinherited
originalExecutionInfoId String?
If this execution is a replay of another execution, then this field contains the original execution id.
getter/setter pair
replayedExecutionInfoIds List<String>?
If this execution has been replayed, then this field contains the execution ids of the replayed executions.
getter/setter pair
replayMode String?
Replay mode for the execution Possible string values are:
getter/setter pair
replayReason String?
reason for replay
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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