Class SimulateIngestDocumentResult
java.lang.Object
co.elastic.clients.elasticsearch.simulate.ingest.SimulateIngestDocumentResult
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class SimulateIngestDocumentResult
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SimulateIngestDocumentResult>Json deserializer forSimulateIngestDocumentResult -
Method Summary
Modifier and TypeMethodDescriptionfinal IngestDocumentSimulationdoc()API name:docstatic SimulateIngestDocumentResultvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupSimulateIngestDocumentResultDeserializer(ObjectDeserializer<SimulateIngestDocumentResult.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSimulateIngestDocumentResult
-
-
Method Details
-
of
-
doc
API name:doc -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSimulateIngestDocumentResultDeserializer
protected static void setupSimulateIngestDocumentResultDeserializer(ObjectDeserializer<SimulateIngestDocumentResult.Builder> op)
-