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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
QueryBase.AbstractBuilder<BuilderT extends QueryBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SpanNotQuery>Json deserializer forSpanNotQuery -
Method Summary
Modifier and TypeMethodDescriptionQuery variant kind.SpanQuery variant kind.final Integerdist()API name:distfinal SpanQueryexclude()Required - API name:excludefinal SpanQueryinclude()Required - API name:includestatic SpanNotQueryfinal Integerpost()API name:postfinal Integerpre()API name:preprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
boost, queryName, serialize, setupQueryBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
_spanQueryKind
SpanQuery variant kind.- Specified by:
_spanQueryKindin interfaceSpanQueryVariant
-
_queryKind
Query variant kind.- Specified by:
_queryKindin interfaceQueryVariant
-
dist
API name:dist -
exclude
Required - API name:exclude -
include
Required - API name:include -
post
API name:post -
pre
API name:pre -
serializeInternal
- Overrides:
serializeInternalin classQueryBase
-
setupSpanNotQueryDeserializer
-