Package io.dropwizard.health.response
Class HealthResponse
- java.lang.Object
-
- io.dropwizard.health.response.HealthResponse
-
public final class HealthResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description HealthResponse(boolean healthy, @NonNull String message, @NonNull String contentType, int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NonNull StringgetContentType()@NonNull StringgetMessage()intgetStatus()inthashCode()booleanisHealthy()StringtoString()
-