Class PipelineSimulation
java.lang.Object
org.opensearch.client.opensearch.ingest.simulate.PipelineSimulation
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<PipelineSimulation.Builder,PipelineSimulation>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class PipelineSimulation
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<PipelineSimulation.Builder,PipelineSimulation>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PipelineSimulation> Json deserializer forPipelineSimulation -
Method Summary
Modifier and TypeMethodDescriptionstatic PipelineSimulation.Builderbuilder()final DocumentSimulationdoc()API name:docbooleaninthashCode()static PipelineSimulationfinal List<PipelineSimulation> API name:processor_resultsfinal 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:tagCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forPipelineSimulation
-
-
Method Details
-
of
public static PipelineSimulation of(Function<PipelineSimulation.Builder, ObjectBuilder<PipelineSimulation>> fn) -
doc
API name:doc -
processorResults
API name:processor_results -
processorType
API name:processor_type -
status
API name:status -
tag
API name:tag -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<PipelineSimulation.Builder,PipelineSimulation> - Returns:
- a new builder instance.
-
builder
-
setupPipelineSimulationDeserializer
protected static void setupPipelineSimulationDeserializer(ObjectDeserializer<PipelineSimulation.Builder> op) -
hashCode
public int hashCode() -
equals
-