RequestImpactStatistics class
Statistics that describe how the incident has impacted a service.
Constructors
- RequestImpactStatistics({int? faultCount, int? okCount, int? totalCount})
-
RequestImpactStatistics.fromJson(Map<
String, dynamic> json) -
factory
Properties
- faultCount → int?
-
The number of requests that have resulted in a fault,
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- okCount → int?
-
The number of successful requests.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCount → int?
-
The total number of requests to the service.
final
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