ConfigurationRecorderStatus class
The current status of the configuration recorder.
Constructors
- ConfigurationRecorderStatus({String? lastErrorCode, String? lastErrorMessage, DateTime? lastStartTime, RecorderStatus? lastStatus, DateTime? lastStatusChangeTime, DateTime? lastStopTime, String? name, bool? recording})
-
ConfigurationRecorderStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastErrorCode → String?
-
The error code indicating that the recording failed.
final
- lastErrorMessage → String?
-
The message indicating that the recording failed due to an error.
final
- lastStartTime → DateTime?
-
The time the recorder was last started.
final
- lastStatus → RecorderStatus?
-
The last (previous) status of the recorder.
final
- lastStatusChangeTime → DateTime?
-
The time when the status was last changed.
final
- lastStopTime → DateTime?
-
The time the recorder was last stopped.
final
- name → String?
-
The name of the configuration recorder.
final
- recording → bool?
-
Specifies whether or not the recorder is currently recording.
final
- 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