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 IngestDocumentSimulation
doc()
API name:doc
static SimulateIngestDocumentResult
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupSimulateIngestDocumentResultDeserializer
(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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSimulateIngestDocumentResultDeserializer
protected static void setupSimulateIngestDocumentResultDeserializer(ObjectDeserializer<SimulateIngestDocumentResult.Builder> op)
-