Class GetSearchPipelineResponse
java.lang.Object
org.opensearch.client.transport.endpoints.DictionaryResponse<String,SearchPipelineStructure>
org.opensearch.client.opensearch.search_pipeline.GetSearchPipelineResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GetSearchPipelineResponse
extends DictionaryResponse<String,SearchPipelineStructure>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue, BuilderT extends DictionaryResponse.AbstractBuilder<TKey, TValue, BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetSearchPipelineResponse> Json deserializer forGetSearchPipelineResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic GetSearchPipelineResponseprotected static voidsetupGetSearchPipelineResponseDeserializer(ObjectDeserializer<GetSearchPipelineResponse.Builder> op) Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
equals, get, hashCode, result, serialize, serializeInternal, setupDictionaryResponseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Field Details
-
_DESERIALIZER
Json deserializer forGetSearchPipelineResponse
-
-
Method Details
-
of
public static GetSearchPipelineResponse of(Function<GetSearchPipelineResponse.Builder, ObjectBuilder<GetSearchPipelineResponse>> fn) -
setupGetSearchPipelineResponseDeserializer
protected static void setupGetSearchPipelineResponseDeserializer(ObjectDeserializer<GetSearchPipelineResponse.Builder> op)
-