Package | Description |
---|---|
de.hawhamburg.reachability.enumeration |
Basic reachability enumerations.
|
de.hawhamburg.reachability.json |
Basic reachability JSON messages.
|
Modifier and Type | Method and Description |
---|---|
static ReachabilityStatus |
ReachabilityStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReachabilityStatus[] |
ReachabilityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
ReachabilityStatus |
JsonReachabilityInstruction.Status
The correct state of reachability related to the users opinion/choice.
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<ReachabilityGroup,ReachabilityStatus> |
JsonReachabilityInformation.currentStatus
|