Class FormattableMetricAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.MetricAggregationBase
co.elastic.clients.elasticsearch._types.aggregations.FormattableMetricAggregation
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
ValueCountAggregation
public abstract class FormattableMetricAggregation extends MetricAggregationBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classFormattableMetricAggregation.AbstractBuilder<BuilderT extends FormattableMetricAggregation.AbstractBuilder<BuilderT>> -
Constructor Summary
Constructors Modifier Constructor Description protectedFormattableMetricAggregation(FormattableMetricAggregation.AbstractBuilder<?> builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringformat()API name:formatprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static <BuilderT extends FormattableMetricAggregation.AbstractBuilder<BuilderT>>
voidsetupFormattableMetricAggregationDeserializer(ObjectDeserializer<BuilderT> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MetricAggregationBase
field, missing, script, serialize, setupMetricAggregationBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
FormattableMetricAggregation
-
-
Method Details
-
format
@Nullable public final java.lang.String format()API name:format -
serializeInternal
- Overrides:
serializeInternalin classMetricAggregationBase
-
setupFormattableMetricAggregationDeserializer
protected static <BuilderT extends FormattableMetricAggregation.AbstractBuilder<BuilderT>> void setupFormattableMetricAggregationDeserializer(ObjectDeserializer<BuilderT> op)
-