LastmileProbeResultState enum

Last-mile 质量探测结果的状态。

Constants

Complete → const LastmileProbeResultState

本次 Last-mile 质量探测是完整的。

@JsonValue(1)
const LastmileProbeResultState(0)
IncompleteNoBwe → const LastmileProbeResultState

本次 Last-mile 质量探测未进行带宽预测,因此结果不完整。一个可能的原因是测试资源暂时受限。

@JsonValue(2)
const LastmileProbeResultState(1)
Unavailable → const LastmileProbeResultState

未进行 Last-mile 质量探测。一个可能的原因是网络连接中断。

@JsonValue(3)
const LastmileProbeResultState(2)
values → const List<LastmileProbeResultState>

A constant List of the values in this enum, in order of their declaration.

const List<LastmileProbeResultState>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited