SystemHealthStatus class
Comprehensive system health status
Constructors
-
SystemHealthStatus.new({required SystemOverallStatus overallStatus, required SessionHealthStatus sessionHealth, required ConfigHealthStatus configHealth, required EventRecoveryStats eventRecoveryStats, required List<
String> issues, required DateTime timestamp})
Properties
- configHealth → ConfigHealthStatus
-
final
- eventRecoveryStats → EventRecoveryStats
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issues
→ List<
String> -
final
- overallStatus → SystemOverallStatus
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionHealth → SessionHealthStatus
-
final
- timestamp → DateTime
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited