Class AggregationProfileDelegateDebug
java.lang.Object
co.elastic.clients.elasticsearch.core.search.AggregationProfileDelegateDebug
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AggregationProfileDelegateDebug extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregationProfileDelegateDebug.BuilderBuilder forAggregationProfileDelegateDebug. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AggregationProfileDelegateDebug>_DESERIALIZERJson deserializer forAggregationProfileDelegateDebug -
Method Summary
Modifier and Type Method Description java.util.List<AggregationProfileDelegateDebugFilter>filters()API name:filtersstatic AggregationProfileDelegateDebugof(java.util.function.Function<AggregationProfileDelegateDebug.Builder,ObjectBuilder<AggregationProfileDelegateDebug>> fn)java.lang.IntegersegmentsCollected()API name:segments_collectedjava.lang.IntegersegmentsCounted()API name:segments_countedjava.lang.IntegersegmentsWithDeletedDocs()API name:segments_with_deleted_docsjava.lang.IntegersegmentsWithDocCountField()API name:segments_with_doc_count_fieldvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupAggregationProfileDelegateDebugDeserializer(ObjectDeserializer<AggregationProfileDelegateDebug.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregationProfileDelegateDebug
-
-
Method Details
-
of
public static AggregationProfileDelegateDebug of(java.util.function.Function<AggregationProfileDelegateDebug.Builder,ObjectBuilder<AggregationProfileDelegateDebug>> fn) -
segmentsWithDocCountField
@Nullable public final java.lang.Integer segmentsWithDocCountField()API name:segments_with_doc_count_field -
segmentsWithDeletedDocs
@Nullable public final java.lang.Integer segmentsWithDeletedDocs()API name:segments_with_deleted_docs -
filters
API name:filters -
segmentsCounted
@Nullable public final java.lang.Integer segmentsCounted()API name:segments_counted -
segmentsCollected
@Nullable public final java.lang.Integer segmentsCollected()API name:segments_collected -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupAggregationProfileDelegateDebugDeserializer
protected static void setupAggregationProfileDelegateDebugDeserializer(ObjectDeserializer<AggregationProfileDelegateDebug.Builder> op)
-