Class SearchPipelineStructure
java.lang.Object
org.opensearch.client.opensearch.search_pipeline.SearchPipelineStructure
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<SearchPipelineStructure.Builder,SearchPipelineStructure>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class SearchPipelineStructure
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<SearchPipelineStructure.Builder,SearchPipelineStructure>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SearchPipelineStructure> Json deserializer forSearchPipelineStructure -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringAPI name:descriptionbooleaninthashCode()static SearchPipelineStructurefinal List<PhaseResultsProcessor> API name:phase_results_processorsfinal List<RequestProcessor> API name:request_processorsfinal List<ResponseProcessor> API name:response_processorsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Integerversion()API name:versionMethods 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 forSearchPipelineStructure
-
-
Method Details
-
of
public static SearchPipelineStructure of(Function<SearchPipelineStructure.Builder, ObjectBuilder<SearchPipelineStructure>> fn) -
description
API name:description -
phaseResultsProcessors
API name:phase_results_processors -
requestProcessors
API name:request_processors -
responseProcessors
API name:response_processors -
version
API name:version -
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<SearchPipelineStructure.Builder,SearchPipelineStructure> - Returns:
- a new builder instance.
-
builder
-
setupSearchPipelineStructureDeserializer
protected static void setupSearchPipelineStructureDeserializer(ObjectDeserializer<SearchPipelineStructure.Builder> op) -
hashCode
public int hashCode() -
equals
-