Class AggregationProfile
java.lang.Object
co.elastic.clients.elasticsearch.core.search.AggregationProfile
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AggregationProfile extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregationProfile.BuilderBuilder forAggregationProfile. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AggregationProfile>_DESERIALIZERJson deserializer forAggregationProfile -
Method Summary
Modifier and Type Method Description AggregationBreakdownbreakdown()Required - API name:breakdownjava.util.List<AggregationProfile>children()API name:childrenAggregationProfileDebugdebug()API name:debugjava.lang.Stringdescription()Required - API name:descriptionstatic AggregationProfileof(java.util.function.Function<AggregationProfile.Builder,ObjectBuilder<AggregationProfile>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupAggregationProfileDeserializer(ObjectDeserializer<AggregationProfile.Builder> op)longtimeInNanos()Required - API name:time_in_nanosjava.lang.StringtoString()java.lang.Stringtype()Required - API name:typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregationProfile
-
-
Method Details
-
of
public static AggregationProfile of(java.util.function.Function<AggregationProfile.Builder,ObjectBuilder<AggregationProfile>> fn) -
breakdown
Required - API name:breakdown -
description
public final java.lang.String description()Required - API name:description -
timeInNanos
public final long timeInNanos()Required - API name:time_in_nanos -
type
public final java.lang.String type()Required - API name:type -
debug
API name:debug -
children
API name:children -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupAggregationProfileDeserializer
protected static void setupAggregationProfileDeserializer(ObjectDeserializer<AggregationProfile.Builder> op)
-