public class HealthStatus extends Object
Constructor and Description |
---|
HealthStatus(boolean isHealthy,
String details) |
Modifier and Type | Method and Description |
---|---|
String |
getDetails() |
boolean |
isHealthy() |
@ConstructorProperties(value={"isHealthy","details"}) @Generated(value="lombok") public HealthStatus(boolean isHealthy, String details)
@Generated(value="lombok") public boolean isHealthy()
@Generated(value="lombok") public String getDetails()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.