Class SpanNotQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
co.elastic.clients.elasticsearch._types.query_dsl.SpanNotQuery
- All Implemented Interfaces:
QueryVariant,SpanQueryVariant,JsonpSerializable
@JsonpDeserializable public class SpanNotQuery extends QueryBase implements SpanQueryVariant, QueryVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpanNotQuery.BuilderBuilder forSpanNotQuery.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
QueryBase.AbstractBuilder<BuilderT extends QueryBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SpanNotQuery>_DESERIALIZERJson deserializer forSpanNotQuery -
Method Summary
Modifier and Type Method Description Query.Kind_queryKind()Query variant kind.SpanQuery.Kind_spanQueryKind()SpanQuery variant kind.java.lang.Integerdist()API name:distSpanQueryexclude()Required - API name:excludeSpanQueryinclude()Required - API name:includestatic SpanNotQueryof(java.util.function.Function<SpanNotQuery.Builder,ObjectBuilder<SpanNotQuery>> fn)java.lang.Integerpost()API name:postjava.lang.Integerpre()API name:preprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSpanNotQueryDeserializer(ObjectDeserializer<SpanNotQuery.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
boost, queryName, serialize, setupQueryBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.query_dsl.QueryVariant
_toQueryMethods inherited from interface co.elastic.clients.elasticsearch._types.query_dsl.SpanQueryVariant
_toSpanQuery
-
Field Details
-
_DESERIALIZER
Json deserializer forSpanNotQuery
-
-
Method Details
-
of
public static SpanNotQuery of(java.util.function.Function<SpanNotQuery.Builder,ObjectBuilder<SpanNotQuery>> fn) -
_spanQueryKind
SpanQuery variant kind.- Specified by:
_spanQueryKindin interfaceSpanQueryVariant
-
_queryKind
Query variant kind.- Specified by:
_queryKindin interfaceQueryVariant
-
dist
@Nullable public final java.lang.Integer dist()API name:dist -
exclude
Required - API name:exclude -
include
Required - API name:include -
post
@Nullable public final java.lang.Integer post()API name:post -
pre
@Nullable public final java.lang.Integer pre()API name:pre -
serializeInternal
- Overrides:
serializeInternalin classQueryBase
-
setupSpanNotQueryDeserializer
-