Class SpanGapQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.SpanGapQuery
- All Implemented Interfaces:
SpanQueryVariant,JsonpSerializable
@JsonpDeserializable public class SpanGapQuery extends java.lang.Object implements SpanQueryVariant, JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpanGapQuery.BuilderBuilder forSpanGapQuery. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SpanGapQuery>_DESERIALIZERJson deserializer forSpanGapQuery -
Method Summary
Modifier and Type Method Description SpanQuery.Kind_spanQueryKind()java.lang.Stringfield()static SpanGapQueryof(java.util.function.Consumer<SpanGapQuery.Builder> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)intspanWidth()Methods 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.SpanQueryVariant
_toSpanQuery
-
Field Details
-
_DESERIALIZER
Json deserializer forSpanGapQuery
-
-
Method Details
-
_spanQueryKind
- Specified by:
_spanQueryKindin interfaceSpanQueryVariant
-
of
-
field
public final java.lang.String field() -
spanWidth
public final int spanWidth() -
serialize
- Specified by:
serializein interfaceJsonpSerializable
-