Class EqlFeaturesPipes
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.EqlFeaturesPipes
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<EqlFeaturesPipes>Json deserializer forEqlFeaturesPipes -
Method Summary
Modifier and TypeMethodDescriptionstatic EqlFeaturesPipesfinal NumberpipeHead()Required - API name:pipe_headfinal NumberpipeTail()Required - API name:pipe_tailvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forEqlFeaturesPipes
-
-
Method Details
-
of
public static EqlFeaturesPipes of(Function<EqlFeaturesPipes.Builder, ObjectBuilder<EqlFeaturesPipes>> fn) -
pipeTail
Required - API name:pipe_tail -
pipeHead
Required - API name:pipe_head -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupEqlFeaturesPipesDeserializer
protected static void setupEqlFeaturesPipesDeserializer(ObjectDeserializer<EqlFeaturesPipes.Builder> op)
-