Class HttpHealthResponse

java.lang.Object
io.dropwizard.health.check.http.HttpHealthResponse

public class HttpHealthResponse extends Object
  • Constructor Details

    • HttpHealthResponse

      public HttpHealthResponse(int status, @NonNull String body)
  • Method Details

    • getStatus

      public int getStatus()
    • getBody

      public @NonNull String getBody()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object