Class AsyncSearchDocumentResponseBase<TDocument>
java.lang.Object
co.elastic.clients.elasticsearch.async_search.AsyncSearchResponseBase
co.elastic.clients.elasticsearch.async_search.AsyncSearchDocumentResponseBase<TDocument>
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
GetAsyncSearchResponse,SubmitResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAsyncSearchDocumentResponseBase.AbstractBuilder<TDocument,BuilderT extends AsyncSearchDocumentResponseBase.AbstractBuilder<TDocument, BuilderT>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAsyncSearchDocumentResponseBase(AsyncSearchDocumentResponseBase.AbstractBuilder<TDocument, ?> builder) -
Method Summary
Modifier and TypeMethodDescriptionfinal AsyncSearch<TDocument>response()Required - API name:responseprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <TDocument,BuilderT extends AsyncSearchDocumentResponseBase.AbstractBuilder<TDocument, BuilderT>>
voidsetupAsyncSearchDocumentResponseBaseDeserializer(ObjectDeserializer<BuilderT> op, JsonpDeserializer<TDocument> tDocumentDeserializer) Methods inherited from class co.elastic.clients.elasticsearch.async_search.AsyncSearchResponseBase
completionTime, completionTimeInMillis, expirationTime, expirationTimeInMillis, id, isPartial, isRunning, serialize, setupAsyncSearchResponseBaseDeserializer, startTime, startTimeInMillis, toString
-
Constructor Details
-
AsyncSearchDocumentResponseBase
protected AsyncSearchDocumentResponseBase(AsyncSearchDocumentResponseBase.AbstractBuilder<TDocument, ?> builder)
-
-
Method Details
-
response
Required - API name:response -
serializeInternal
- Overrides:
serializeInternalin classAsyncSearchResponseBase
-
setupAsyncSearchDocumentResponseBaseDeserializer
protected static <TDocument,BuilderT extends AsyncSearchDocumentResponseBase.AbstractBuilder<TDocument, void setupAsyncSearchDocumentResponseBaseDeserializerBuilderT>> (ObjectDeserializer<BuilderT> op, JsonpDeserializer<TDocument> tDocumentDeserializer)
-