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
@JsonpDeserializable public class AsyncSearchStatusResponse extends StatusResponseBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAsyncSearchStatusResponse.BuilderBuilder forAsyncSearchStatusResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.async_search.status.StatusResponseBase
StatusResponseBase.AbstractBuilder<BuilderT extends StatusResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AsyncSearchStatusResponse>_DESERIALIZERJson deserializer forAsyncSearchStatusResponse -
Method Summary
Modifier and Type Method Description static AsyncSearchStatusResponseof(java.util.function.Function<AsyncSearchStatusResponse.Builder,ObjectBuilder<AsyncSearchStatusResponse>> fn)protected static voidsetupAsyncSearchStatusResponseDeserializer(ObjectDeserializer<AsyncSearchStatusResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.async_search.status.StatusResponseBase
completionStatus, serializeInternal, setupStatusResponseBaseDeserializer, shardsMethods inherited from class co.elastic.clients.elasticsearch.async_search.AsyncSearchResponseBase
expirationTime, expirationTimeInMillis, id, isPartial, isRunning, serialize, setupAsyncSearchResponseBaseDeserializer, startTime, startTimeInMillis, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAsyncSearchStatusResponse
-
-
Method Details
-
of
public static AsyncSearchStatusResponse of(java.util.function.Function<AsyncSearchStatusResponse.Builder,ObjectBuilder<AsyncSearchStatusResponse>> fn) -
setupAsyncSearchStatusResponseDeserializer
protected static void setupAsyncSearchStatusResponseDeserializer(ObjectDeserializer<AsyncSearchStatusResponse.Builder> op)
-