| Package | Description |
|---|---|
| com.brinkus.labs.neo4j.health.type |
| Modifier and Type | Method and Description |
|---|---|
HealthStatusCode |
HealthStatus.getCode()
Get the status code.
|
static HealthStatusCode |
HealthStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthStatusCode[] |
HealthStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Health.Builder |
Health.Builder.status(HealthStatusCode statusCode)
Set status to given
statusCode. |
| Constructor and Description |
|---|
HealthStatus(HealthStatusCode code)
Create a new instance of
HealthStatus. |
Copyright © 2016. All rights reserved.