Class EqlFeaturesPipes
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.EqlFeaturesPipes
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class EqlFeaturesPipes extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEqlFeaturesPipes.BuilderBuilder forEqlFeaturesPipes. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<EqlFeaturesPipes>_DESERIALIZERJson deserializer forEqlFeaturesPipes -
Method Summary
Modifier and Type Method Description static EqlFeaturesPipesof(java.util.function.Function<EqlFeaturesPipes.Builder,ObjectBuilder<EqlFeaturesPipes>> fn)java.lang.NumberpipeHead()Required - API name:pipe_headjava.lang.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 voidsetupEqlFeaturesPipesDeserializer(ObjectDeserializer<EqlFeaturesPipes.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forEqlFeaturesPipes
-
-
Method Details
-
of
public static EqlFeaturesPipes of(java.util.function.Function<EqlFeaturesPipes.Builder,ObjectBuilder<EqlFeaturesPipes>> fn) -
pipeTail
public final java.lang.Number pipeTail()Required - API name:pipe_tail -
pipeHead
public final java.lang.Number pipeHead()Required - API name:pipe_head -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupEqlFeaturesPipesDeserializer
protected static void setupEqlFeaturesPipesDeserializer(ObjectDeserializer<EqlFeaturesPipes.Builder> op)
-