Class AggregationProfileDelegateDebugFilter
java.lang.Object
co.elastic.clients.elasticsearch.core.search.AggregationProfileDelegateDebugFilter
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AggregationProfileDelegateDebugFilter extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregationProfileDelegateDebugFilter.BuilderBuilder forAggregationProfileDelegateDebugFilter. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AggregationProfileDelegateDebugFilter>_DESERIALIZERJson deserializer forAggregationProfileDelegateDebugFilter -
Method Summary
Modifier and Type Method Description static AggregationProfileDelegateDebugFilterof(java.util.function.Function<AggregationProfileDelegateDebugFilter.Builder,ObjectBuilder<AggregationProfileDelegateDebugFilter>> fn)java.lang.Stringquery()API name:queryjava.lang.IntegerresultsFromMetadata()API name:results_from_metadatavoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupAggregationProfileDelegateDebugFilterDeserializer(ObjectDeserializer<AggregationProfileDelegateDebugFilter.Builder> op)java.lang.StringspecializedFor()API name:specialized_forjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregationProfileDelegateDebugFilter
-
-
Method Details
-
of
public static AggregationProfileDelegateDebugFilter of(java.util.function.Function<AggregationProfileDelegateDebugFilter.Builder,ObjectBuilder<AggregationProfileDelegateDebugFilter>> fn) -
resultsFromMetadata
@Nullable public final java.lang.Integer resultsFromMetadata()API name:results_from_metadata -
query
@Nullable public final java.lang.String query()API name:query -
specializedFor
@Nullable public final java.lang.String specializedFor()API name:specialized_for -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupAggregationProfileDelegateDebugFilterDeserializer
protected static void setupAggregationProfileDelegateDebugFilterDeserializer(ObjectDeserializer<AggregationProfileDelegateDebugFilter.Builder> op)
-