Class TTestAggregate
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregateBase
org.opensearch.client.opensearch._types.aggregations.TTestAggregate
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<TTestAggregate.Builder,TTestAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class TTestAggregate
extends AggregateBase
implements AggregateVariant, ToCopyableBuilder<TTestAggregate.Builder,TTestAggregate>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase
AggregateBase.AbstractBuilder<BuilderT extends AggregateBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TTestAggregate> Json deserializer forTTestAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregatevariant kind.static TTestAggregate.Builderbuilder()booleaninthashCode()static TTestAggregateprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Doublevalue()API name:valuefinal StringAPI name:value_as_stringMethods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregateVariant
toAggregateMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forTTestAggregate
-
-
Method Details
-
of
-
_aggregateKind
Aggregatevariant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
value
API name:value -
valueAsString
API name:value_as_string -
serializeInternal
- Overrides:
serializeInternalin classAggregateBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<TTestAggregate.Builder,TTestAggregate> - Returns:
- a new builder instance.
-
builder
-
setupTTestAggregateDeserializer
protected static void setupTTestAggregateDeserializer(ObjectDeserializer<TTestAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classAggregateBase
-
equals
- Overrides:
equalsin classAggregateBase
-