Class ExploreResponse

java.lang.Object
co.elastic.clients.elasticsearch.graph.ExploreResponse
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public final class ExploreResponse
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • connections

      public java.util.List<Connection> connections()
      Required - API name: connections
    • failures

      public java.util.List<ShardFailure> failures()
      Required - API name: failures
    • timedOut

      public boolean timedOut()
      Required - API name: timed_out
    • took

      public long took()
      Required - API name: took
    • vertices

      public java.util.List<Vertex> vertices()
      Required - API name: vertices
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupExploreResponseDeserializer

      protected static void setupExploreResponseDeserializer​(DelegatingDeserializer<ExploreResponse.Builder> op)