LastmileProbeResult class

Statistics of the lastmile probe.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

LastmileProbeResult(LastmileProbeResultState state, int rtt, LastmileProbeOneWayResult uplinkReport, LastmileProbeOneWayResult downlinkReport)
Constructs a LastmileProbeResult

Properties

downlinkReport ↔ LastmileProbeOneWayResult
The downlink last-mile network report. See LastmileProbeOneWayResult.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rtt int
The round-trip delay time (ms).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ↔ LastmileProbeResultState
The state of the probe test. See LastmileProbeResultState.
getter/setter pair
uplinkReport ↔ LastmileProbeOneWayResult
The uplink last-mile network report. See LastmileProbeOneWayResult.
getter/setter pair

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