Class Pipeline
java.lang.Object
co.elastic.clients.elasticsearch.logstash.Pipeline
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Pipeline extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPipeline.BuilderBuilder forPipeline. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Pipeline>_DESERIALIZERJson deserializer forPipeline -
Method Summary
Modifier and Type Method Description java.lang.Stringdescription()Required - API name:descriptionjava.lang.StringlastModified()Required - API name:last_modifiedstatic Pipelineof(java.util.function.Function<Pipeline.Builder,ObjectBuilder<Pipeline>> fn)java.lang.Stringpipeline()Required - API name:pipelinePipelineMetadatapipelineMetadata()Required - API name:pipeline_metadataPipelineSettingspipelineSettings()Required - API name:pipeline_settingsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPipelineDeserializer(ObjectDeserializer<Pipeline.Builder> op)java.lang.StringtoString()java.lang.Stringusername()Required - API name:usernameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPipeline
-
-
Method Details
-
of
public static Pipeline of(java.util.function.Function<Pipeline.Builder,ObjectBuilder<Pipeline>> fn) -
description
public final java.lang.String description()Required - API name:description -
lastModified
public final java.lang.String lastModified()Required - API name:last_modified -
pipelineMetadata
Required - API name:pipeline_metadata -
username
public final java.lang.String username()Required - API name:username -
pipeline
public final java.lang.String pipeline()Required - API name:pipeline -
pipelineSettings
Required - API name:pipeline_settings -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupPipelineDeserializer
-