LastmileProbeResult class
上下行 Last-mile 质量探测结果。
- Annotations
- @JsonSerializable(explicitToJson: true)
Constructors
- LastmileProbeResult()
- Constructs a LastmileProbeResult
-
LastmileProbeResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- downlinkReport ↔ LastmileProbeOneWayResult
-
下行网络质量报告。
详见 LastmileProbeOneWayResult。
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- rtt ↔ int
-
往返时延,单位为毫秒。
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- state ↔ LastmileProbeResultState
-
Last-mile 质量探测结果的状态。
详见 LastmileProbeResultState。
read / write
- uplinkReport ↔ LastmileProbeOneWayResult
-
上行网络质量报告。
详见 LastmileProbeOneWayResult。
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited