Class HealthCheckResponseImpl
- java.lang.Object
-
- org.eclipse.microprofile.health.HealthCheckResponse
-
- fish.payara.microprofile.healthcheck.response.HealthCheckResponseImpl
-
public class HealthCheckResponseImpl extends org.eclipse.microprofile.health.HealthCheckResponseBase Implementation of HealthCheckResponse.- Author:
- Andrew Pielage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Map<String,Object>>getData()StringgetName()org.eclipse.microprofile.health.HealthCheckResponse.StatusgetStatus()
-
-
-
Method Detail
-
getName
public String getName()
- Overrides:
getNamein classorg.eclipse.microprofile.health.HealthCheckResponse
-
getStatus
public org.eclipse.microprofile.health.HealthCheckResponse.Status getStatus()
- Overrides:
getStatusin classorg.eclipse.microprofile.health.HealthCheckResponse
-
-