Class Filter
java.lang.Object
co.elastic.clients.elasticsearch.ml.Filter
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Filter extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilter.BuilderBuilder forFilter. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Filter>_DESERIALIZERJson deserializer forFilter -
Method Summary
Modifier and Type Method Description java.lang.Stringdescription()A description of the filter.java.lang.StringfilterId()Required - A string that uniquely identifies a filter.java.util.List<java.lang.String>items()Required - An array of strings which is the filter item list.static Filterof(java.util.function.Function<Filter.Builder,ObjectBuilder<Filter>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFilterDeserializer(ObjectDeserializer<Filter.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 forFilter
-
-
Method Details
-
of
-
description
@Nullable public final java.lang.String description()A description of the filter.API name:
description -
filterId
public final java.lang.String filterId()Required - A string that uniquely identifies a filter.API name:
filter_id -
items
public final java.util.List<java.lang.String> items()Required - An array of strings which is the filter item list.API name:
items -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupFilterDeserializer
-