Class PipelineSimulation
java.lang.Object
co.elastic.clients.elasticsearch.ingest.PipelineSimulation
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PipelineSimulation>Json deserializer forPipelineSimulation -
Method Summary
Modifier and TypeMethodDescriptionfinal StringAPI name:descriptionfinal DocumentSimulationdoc()API name:docfinal ErrorCauseerror()API name:errorfinal ErrorCauseAPI name:ignored_errorstatic PipelineSimulationfinal StringAPI name:processor_typevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ActionStatusOptionsstatus()API name:statusfinal Stringtag()API name:tagtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPipelineSimulation
-
-
Method Details
-
of
public static PipelineSimulation of(Function<PipelineSimulation.Builder, ObjectBuilder<PipelineSimulation>> fn) -
doc
API name:doc -
tag
API name:tag -
processorType
API name:processor_type -
status
API name:status -
description
API name:description -
ignoredError
API name:ignored_error -
error
API name:error -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPipelineSimulationDeserializer
protected static void setupPipelineSimulationDeserializer(ObjectDeserializer<PipelineSimulation.Builder> op)
-