Class ExploreResponse
java.lang.Object
co.elastic.clients.elasticsearch.graph.ExploreResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ExploreResponse>Json deserializer forExploreResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<Connection>Required - API name:connectionsfinal List<ShardFailure>failures()Required - API name:failuresstatic ExploreResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal booleantimedOut()Required - API name:timed_outfinal longtook()Required - API name:tooktoString()vertices()Required - API name:vertices
-
Field Details
-
_DESERIALIZER
Json deserializer forExploreResponse
-
-
Method Details
-
of
public static ExploreResponse of(Function<ExploreResponse.Builder, ObjectBuilder<ExploreResponse>> fn) -
connections
Required - API name:connections -
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
Required - API name:vertices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupExploreResponseDeserializer
protected static void setupExploreResponseDeserializer(ObjectDeserializer<ExploreResponse.Builder> op)
-