Class FieldDateMath
- java.lang.Object
-
- org.opensearch.client.opensearch._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.
-
-
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
All Methods Static Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<FieldDateMath> _DESERIALIZER
-
-
Method Detail
-
_kind
public final FieldDateMath.Kind _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
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Specified by:
serializein interfaceJsonpSerializable
-
-