Class AggregationProfileDebug
java.lang.Object
co.elastic.clients.elasticsearch.core.search.AggregationProfileDebug
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AggregationProfileDebug extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregationProfileDebug.Builder -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AggregationProfileDebug>_DESERIALIZERstatic AggregationProfileDebug_INSTANCESingleton instance for empty classAggregationProfileDebug. -
Constructor Summary
Constructors Constructor Description AggregationProfileDebug() -
Method Summary
Modifier and Type Method Description voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_INSTANCE
Singleton instance for empty classAggregationProfileDebug. -
_DESERIALIZER
-
-
Constructor Details
-
AggregationProfileDebug
public AggregationProfileDebug()
-
-
Method Details
-
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-