ServiceStatistics class
Response statistics for a service.
Constructors
- ServiceStatistics({ErrorStatistics? errorStatistics, FaultStatistics? faultStatistics, int? okCount, int? totalCount, double? totalResponseTime})
-
ServiceStatistics.fromJson(Map<
String, dynamic> json) -
factory
Properties
- errorStatistics → ErrorStatistics?
-
Information about requests that failed with a 4xx Client Error status code.
final
- faultStatistics → FaultStatistics?
-
Information about requests that failed with a 5xx Server Error status code.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- okCount → int?
-
The number of requests that completed with a 2xx Success status code.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCount → int?
-
The total number of completed requests.
final
- totalResponseTime → double?
-
The aggregate response time of completed requests.
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