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 class  Filter.Builder
    Builder for Filter.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static JsonpDeserializer<Filter> _DESERIALIZER
    Json deserializer for Filter
  • Method Summary

    Modifier and Type Method Description
    java.lang.String description()
    A description of the filter.
    java.lang.String filterId()
    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 Filter of​(java.util.function.Function<Filter.Builder,​ObjectBuilder<Filter>> fn)  
    void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    Serialize this object to JSON.
    protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)  
    protected static void setupFilterDeserializer​(ObjectDeserializer<Filter.Builder> op)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • of

      public static Filter of​(java.util.function.Function<Filter.Builder,​ObjectBuilder<Filter>> fn)
    • 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

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupFilterDeserializer

      protected static void setupFilterDeserializer​(ObjectDeserializer<Filter.Builder> op)