Class AsyncSearchStatusResponse
java.lang.Object
co.elastic.clients.elasticsearch.async_search.AsyncSearchResponseBase
co.elastic.clients.elasticsearch.async_search.status.StatusResponseBase
co.elastic.clients.elasticsearch.async_search.AsyncSearchStatusResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.async_search.status.StatusResponseBase
StatusResponseBase.AbstractBuilder<BuilderT extends StatusResponseBase.AbstractBuilder<BuilderT>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<AsyncSearchStatusResponse>
Json deserializer forAsyncSearchStatusResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic AsyncSearchStatusResponse
protected static void
setupAsyncSearchStatusResponseDeserializer
(ObjectDeserializer<AsyncSearchStatusResponse.Builder> op) Methods inherited from class co.elastic.clients.elasticsearch.async_search.status.StatusResponseBase
clusters, completionStatus, serializeInternal, setupStatusResponseBaseDeserializer, shards
Methods inherited from class co.elastic.clients.elasticsearch.async_search.AsyncSearchResponseBase
completionTime, completionTimeInMillis, expirationTime, expirationTimeInMillis, id, isPartial, isRunning, serialize, setupAsyncSearchResponseBaseDeserializer, startTime, startTimeInMillis, toString
-
Field Details
-
_DESERIALIZER
Json deserializer forAsyncSearchStatusResponse
-
-
Method Details
-
of
public static AsyncSearchStatusResponse of(Function<AsyncSearchStatusResponse.Builder, ObjectBuilder<AsyncSearchStatusResponse>> fn) -
setupAsyncSearchStatusResponseDeserializer
protected static void setupAsyncSearchStatusResponseDeserializer(ObjectDeserializer<AsyncSearchStatusResponse.Builder> op)
-