Class EqlFeatures
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.EqlFeatures
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class EqlFeatures extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEqlFeatures.BuilderBuilder forEqlFeatures. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<EqlFeatures>_DESERIALIZERJson deserializer forEqlFeatures -
Method Summary
Modifier and Type Method Description java.lang.Numberevent()Required - API name:eventjava.lang.Numberjoin()Required - API name:joinEqlFeaturesJoinjoins()Required - API name:joinsEqlFeaturesKeyskeys()Required - API name:keysstatic EqlFeaturesof(java.util.function.Function<EqlFeatures.Builder,ObjectBuilder<EqlFeatures>> fn)EqlFeaturesPipespipes()Required - API name:pipesjava.lang.Numbersequence()Required - API name:sequenceEqlFeaturesSequencessequences()Required - API name:sequencesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupEqlFeaturesDeserializer(ObjectDeserializer<EqlFeatures.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 forEqlFeatures
-
-
Method Details
-
of
public static EqlFeatures of(java.util.function.Function<EqlFeatures.Builder,ObjectBuilder<EqlFeatures>> fn) -
join
public final java.lang.Number join()Required - API name:join -
joins
Required - API name:joins -
keys
Required - API name:keys -
event
public final java.lang.Number event()Required - API name:event -
pipes
Required - API name:pipes -
sequence
public final java.lang.Number sequence()Required - API name:sequence -
sequences
Required - API name:sequences -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupEqlFeaturesDeserializer
-