Class ElasticsearchResponse

java.lang.Object
org.hibernate.search.backend.elasticsearch.client.common.spi.ElasticsearchResponse

public final class ElasticsearchResponse extends Object
  • Constructor Details

    • ElasticsearchResponse

      public ElasticsearchResponse(String hostAndPort, int statusCode, String statusMessage, com.google.gson.JsonObject body)
  • Method Details

    • hostAndPort

      public String hostAndPort()
    • statusCode

      public int statusCode()
    • statusMessage

      public String statusMessage()
    • body

      public com.google.gson.JsonObject body()