| Package | Description |
|---|---|
| de.hawhamburg.reachability.enumeration |
Basic reachability enumerations.
|
| de.hawhamburg.reachability.json |
Basic reachability JSON messages.
|
| Modifier and Type | Method and Description |
|---|---|
static ReachabilityGroup |
ReachabilityGroup.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReachabilityGroup[] |
ReachabilityGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
ReachabilityGroup |
JsonReachabilityInstruction.Group
The group for which the feedback is specified.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<ReachabilityGroup,ReachabilityStatus> |
JsonReachabilityInformation.currentStatus
|