public class HealthCheckResponseImpl
extends org.eclipse.microprofile.health.HealthCheckResponse
| Constructor and Description |
|---|
HealthCheckResponseImpl(String name,
org.eclipse.microprofile.health.HealthCheckResponse.State state,
Optional<Map<String,Object>> data) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Map<String,Object>> |
getData() |
String |
getName() |
org.eclipse.microprofile.health.HealthCheckResponse.State |
getState() |
public String getName()
getName in class org.eclipse.microprofile.health.HealthCheckResponsepublic org.eclipse.microprofile.health.HealthCheckResponse.State getState()
getState in class org.eclipse.microprofile.health.HealthCheckResponseCopyright © 2019. All rights reserved.