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