Class IndexResponse
java.lang.Object
co.elastic.clients.elasticsearch._types.WriteResponseBase
co.elastic.clients.elasticsearch.core.IndexResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class IndexResponse extends WriteResponseBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexResponse.Builder
Builder forIndexResponse
.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.WriteResponseBase
WriteResponseBase.AbstractBuilder<BuilderT extends WriteResponseBase.AbstractBuilder<BuilderT>>
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexResponse>
_DESERIALIZER
Json deserializer forIndexResponse
-
Constructor Summary
Constructors Constructor Description IndexResponse(IndexResponse.Builder builder)
IndexResponse(java.util.function.Function<IndexResponse.Builder,IndexResponse.Builder> fn)
-
Method Summary
Modifier and Type Method Description protected static void
setupIndexResponseDeserializer(DelegatingDeserializer<IndexResponse.Builder> op)
Methods inherited from class co.elastic.clients.elasticsearch._types.WriteResponseBase
forcedRefresh, id, index, primaryTerm, result, seqNo, serialize, serializeInternal, setupWriteResponseBaseDeserializer, shards, type, version
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexResponse
-
-
Constructor Details
-
IndexResponse
-
IndexResponse
-
-
Method Details
-
setupIndexResponseDeserializer
protected static void setupIndexResponseDeserializer(DelegatingDeserializer<IndexResponse.Builder> op)
-