GlobalStatus class
- Inheritance
-
- Object
- EnumClass
- GlobalStatus
Properties
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
Static Properties
-
serializer
→ Serializer<
GlobalStatus> -
no setter
-
values
→ BuiltSet<
GlobalStatus> -
no setter
Static Methods
-
valueOf(
String name) → GlobalStatus
Constants
- busy → const GlobalStatus
- maintenance → const GlobalStatus
- OK → const GlobalStatus
- unknownDefaultOpenApi → const GlobalStatus
- unreachable → const GlobalStatus