SummarizedCounter class
The counter that describes a DDoS attack.
Constructors
- SummarizedCounter({double? average, double? max, int? n, String? name, double? sum, String? unit})
-
SummarizedCounter.fromJson(Map<
String, dynamic> json) -
factory
Properties
- average → double?
-
The average value of the counter for a specified time period.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- max → double?
-
The maximum value of the counter for a specified time period.
final
- n → int?
-
The number of counters for a specified time period.
final
- name → String?
-
The counter name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sum → double?
-
The total of counter values for a specified time period.
final
- unit → String?
-
The unit of the counters.
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