Class Percentiles
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.Percentiles
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<Percentiles.Kind,java.lang.Object>
@JsonpDeserializable public class Percentiles extends java.lang.Object implements TaggedUnion<Percentiles.Kind,java.lang.Object>, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPercentiles.Builderstatic classPercentiles.Kind -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Percentiles>_DESERIALIZER -
Method Summary
Modifier and Type Method Description java.lang.Object_get()Percentiles.Kind_kind()Get the of the kind of variant held by this object.java.util.List<ArrayPercentilesItem>array()Get thearrayvariant value.booleanisArray()Is this variant instance of kindarray?booleanisKeyed()Is this variant instance of kindkeyed?java.util.Map<java.lang.String,java.lang.String>keyed()Get thekeyedvariant value.static Percentilesof(java.util.function.Function<Percentiles.Builder,ObjectBuilder<Percentiles>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)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<Percentiles.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<Percentiles.Kind,java.lang.Object>
-
of
public static Percentiles of(java.util.function.Function<Percentiles.Builder,ObjectBuilder<Percentiles>> fn) -
isArray
public boolean isArray()Is this variant instance of kindarray? -
array
Get thearrayvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thearraykind.
-
isKeyed
public boolean isKeyed()Is this variant instance of kindkeyed? -
keyed
public java.util.Map<java.lang.String,java.lang.String> keyed()Get thekeyedvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thekeyedkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-