Class FieldDateMath
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.FieldDateMath
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<FieldDateMath.Kind,java.lang.Object>
@JsonpDeserializable public class FieldDateMath extends java.lang.Object implements TaggedUnion<FieldDateMath.Kind,java.lang.Object>, JsonpSerializable
A date range limit, represented either as a DateMath expression or a number
expressed according to the target field's precision.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldDateMath.Builderstatic classFieldDateMath.Kind -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FieldDateMath>_DESERIALIZER -
Method Summary
Modifier and Type Method Description java.lang.Object_get()FieldDateMath.Kind_kind()Get the of the kind of variant held by this object.java.lang.String_toJsonString()java.lang.Stringexpr()Get theexprvariant value.booleanisExpr()Is this variant instance of kindexpr?booleanisValue()Is this variant instance of kindvalue?static FieldDateMathof(java.util.function.Function<FieldDateMath.Builder,ObjectBuilder<FieldDateMath>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.Doublevalue()Get thevaluevariant value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<FieldDateMath.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<FieldDateMath.Kind,java.lang.Object>
-
_toJsonString
public java.lang.String _toJsonString() -
of
public static FieldDateMath of(java.util.function.Function<FieldDateMath.Builder,ObjectBuilder<FieldDateMath>> fn) -
isExpr
public boolean isExpr()Is this variant instance of kindexpr? -
expr
public java.lang.String expr()Get theexprvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of theexprkind.
-
isValue
public boolean isValue()Is this variant instance of kindvalue? -
value
public java.lang.Double value()Get thevaluevariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thevaluekind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-