Class SignificantLongTermsBucket
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.MultiBucketBase
co.elastic.clients.elasticsearch._types.aggregations.SignificantTermsBucketBase
co.elastic.clients.elasticsearch._types.aggregations.SignificantLongTermsBucket
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class SignificantLongTermsBucket extends SignificantTermsBucketBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignificantLongTermsBucket.BuilderBuilder forSignificantLongTermsBucket.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.SignificantTermsBucketBase
SignificantTermsBucketBase.AbstractBuilder<BuilderT extends SignificantTermsBucketBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SignificantLongTermsBucket>_DESERIALIZERJson deserializer forSignificantLongTermsBucket -
Method Summary
Modifier and Type Method Description longkey()Required - API name:keyjava.lang.StringkeyAsString()API name:key_as_stringstatic SignificantLongTermsBucketof(java.util.function.Function<SignificantLongTermsBucket.Builder,ObjectBuilder<SignificantLongTermsBucket>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSignificantLongTermsBucketDeserializer(ObjectDeserializer<SignificantLongTermsBucket.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.SignificantTermsBucketBase
bgCount, score, setupSignificantTermsBucketBaseDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MultiBucketBase
aggregations, docCount, serialize, setupMultiBucketBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSignificantLongTermsBucket
-
-
Method Details
-
of
public static SignificantLongTermsBucket of(java.util.function.Function<SignificantLongTermsBucket.Builder,ObjectBuilder<SignificantLongTermsBucket>> fn) -
key
public final long key()Required - API name:key -
keyAsString
@Nullable public final java.lang.String keyAsString()API name:key_as_string -
serializeInternal
- Overrides:
serializeInternalin classSignificantTermsBucketBase
-
setupSignificantLongTermsBucketDeserializer
protected static void setupSignificantLongTermsBucketDeserializer(ObjectDeserializer<SignificantLongTermsBucket.Builder> op)
-