Package org.gcube.smartgears.health
Class HealthResponse
- java.lang.Object
-
- org.gcube.smartgears.health.HealthResponse
-
public class HealthResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description HealthResponse(org.gcube.common.health.api.Status status, List<org.gcube.common.health.api.response.HealthCheckResponse> checks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.gcube.common.health.api.response.HealthCheckResponse>getChecks()org.gcube.common.health.api.StatusgetStatus()
-
-
-
Constructor Detail
-
HealthResponse
public HealthResponse(org.gcube.common.health.api.Status status, List<org.gcube.common.health.api.response.HealthCheckResponse> checks)
-
-
Method Detail
-
getStatus
public org.gcube.common.health.api.Status getStatus()
-
getChecks
public List<org.gcube.common.health.api.response.HealthCheckResponse> getChecks()
-
-