public class HealthStatus
| Constructor and Description |
|---|
HealthStatus(HealthCheck check,
java.lang.Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getCause() |
HealthCheck |
getCheck() |
boolean |
getPassed() |
java.lang.String |
getStatus() |
java.lang.String |
toString() |
public HealthStatus(@NotNull
HealthCheck check,
@Nullable
java.lang.Exception cause)
public boolean getPassed()
@NotNull public java.lang.String getStatus()
@NotNull public java.lang.String toString()
@NotNull public HealthCheck getCheck()
@Nullable public java.lang.Exception getCause()