FailingAddress class

Information about an IP address determined to be failing.

Annotations
  • @JsonSerializable()

Constructors

FailingAddress({required String failingAddress, required DateTime failingTimestamp, required String failingTime})
FailingAddress.fromJson(Map<String, Object?> json)
factory

Properties

failingAddress String
The IP address.
final
failingTime String
A human-readable string containing the time at which the address failed.
final
failingTimestamp DateTime
The time at which the address failed.
final
hashCode int
The hash code for this object.
no setterinherited
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