Class GetPipelineResponse
java.lang.Object
co.elastic.clients.elasticsearch.ingest.GetPipelineResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected static JsonpDeserializer<GetPipelineResponse>final PipelineGet an element ofpipelines.static GetPipelineResponseRequired - Response value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this value to JSON.toString()
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
of
public static GetPipelineResponse of(Function<GetPipelineResponse.Builder, ObjectBuilder<GetPipelineResponse>> fn) -
pipelines
Required - Response value. -
get
Get an element ofpipelines. -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
toString
-
createGetPipelineResponseDeserializer
-