Class IndexResponse
java.lang.Object
co.elastic.clients.elasticsearch._types.WriteResponseBase
co.elastic.clients.elasticsearch.core.IndexResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexResponse extends WriteResponseBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexResponse.BuilderBuilder 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>_DESERIALIZERJson deserializer forIndexResponse -
Method Summary
Modifier and Type Method Description static IndexResponseof(java.util.function.Function<IndexResponse.Builder,ObjectBuilder<IndexResponse>> fn)protected static voidsetupIndexResponseDeserializer(ObjectDeserializer<IndexResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.WriteResponseBase
forcedRefresh, id, index, primaryTerm, result, seqNo, serialize, serializeInternal, setupWriteResponseBaseDeserializer, shards, toString, type, versionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexResponse
-
-
Method Details
-
of
public static IndexResponse of(java.util.function.Function<IndexResponse.Builder,ObjectBuilder<IndexResponse>> fn) -
setupIndexResponseDeserializer
-