Class IndexResult
java.lang.Object
co.elastic.clients.elasticsearch.watcher.IndexResult
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class IndexResult extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexResult.BuilderBuilder forIndexResult. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexResult>_DESERIALIZERJson deserializer forIndexResult -
Constructor Summary
Constructors Constructor Description IndexResult(IndexResult.Builder builder)IndexResult(java.util.function.Function<IndexResult.Builder,IndexResult.Builder> fn) -
Method Summary
Modifier and Type Method Description IndexResultSummaryresponse()Required - API name:responsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndexResultDeserializer(DelegatingDeserializer<IndexResult.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexResult
-
-
Constructor Details
-
IndexResult
-
IndexResult
-
-
Method Details
-
response
Required - API name:response -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndexResultDeserializer
-