Package io.dropwizard.health.check.http
Class HttpHealthResponse
- java.lang.Object
-
- io.dropwizard.health.check.http.HttpHealthResponse
-
public class HttpHealthResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpHealthResponse(int status, @NonNull String body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)@NonNull StringgetBody()intgetStatus()inthashCode()StringtoString()
-