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:
GetResponse,SubmitResponse
public abstract class AsyncSearchDocumentResponseBase<TDocument> extends AsyncSearchResponseBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classAsyncSearchDocumentResponseBase.AbstractBuilder<TDocument,BuilderT extends AsyncSearchDocumentResponseBase.AbstractBuilder<TDocument,BuilderT>> -
Constructor Summary
Constructors Constructor Description AsyncSearchDocumentResponseBase(AsyncSearchDocumentResponseBase.AbstractBuilder<TDocument,?> builder) -
Method Summary
Modifier and Type Method Description 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(DelegatingDeserializer<BuilderT> op, JsonpDeserializer<TDocument> tDocumentDeserializer)Methods inherited from class co.elastic.clients.elasticsearch.async_search.AsyncSearchResponseBase
expirationTimeInMillis, id, isPartial, isRunning, serialize, setupAsyncSearchResponseBaseDeserializer, startTimeInMillisMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AsyncSearchDocumentResponseBase
public 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, BuilderT>> void setupAsyncSearchDocumentResponseBaseDeserializer(DelegatingDeserializer<BuilderT> op, JsonpDeserializer<TDocument> tDocumentDeserializer)
-