Class FormattableMetricAggregation
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase
org.opensearch.client.opensearch._types.aggregations.FormattableMetricAggregation
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
- Direct Known Subclasses:
ValueCountAggregation
@Generated("org.opensearch.client.codegen.CodeGenerator")
public abstract class FormattableMetricAggregation
extends MetricAggregationBase
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFormattableMetricAggregation.AbstractBuilder<BuilderT extends FormattableMetricAggregation.AbstractBuilder<BuilderT>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal Stringformat()API name:formatinthashCode()protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends FormattableMetricAggregation.AbstractBuilder<BuilderT>>
voidMethods inherited from class org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase
field, missing, script, serialize, setupMetricAggregationBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Constructor Details
-
FormattableMetricAggregation
-
-
Method Details
-
format
API name:format -
serializeInternal
- Overrides:
serializeInternalin classMetricAggregationBase
-
setupFormattableMetricAggregationDeserializer
protected static <BuilderT extends FormattableMetricAggregation.AbstractBuilder<BuilderT>> void setupFormattableMetricAggregationDeserializer(ObjectDeserializer<BuilderT> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classMetricAggregationBase
-
equals
- Overrides:
equalsin classMetricAggregationBase
-