Class ExploreResponse

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

@JsonpDeserializable
public class ExploreResponse
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static ExploreResponse of​(java.util.function.Function<ExploreResponse.Builder,​ObjectBuilder<ExploreResponse>> fn)
    • connections

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

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

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

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

      public final 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​(ObjectDeserializer<ExploreResponse.Builder> op)