Class BucketCorrelationFunctionCountCorrelation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.BucketCorrelationFunctionCountCorrelation
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class BucketCorrelationFunctionCountCorrelation
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forBucketCorrelationFunctionCountCorrelation. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<BucketCorrelationFunctionCountCorrelation>Json deserializer forBucketCorrelationFunctionCountCorrelation -
Method Summary
Modifier and TypeMethodDescriptionRequired - The indicator with which to correlate the configuredbucket_pathvalues.of(Function<BucketCorrelationFunctionCountCorrelation.Builder, ObjectBuilder<BucketCorrelationFunctionCountCorrelation>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupBucketCorrelationFunctionCountCorrelationDeserializer(ObjectDeserializer<BucketCorrelationFunctionCountCorrelation.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forBucketCorrelationFunctionCountCorrelation
-
-
Method Details
-
of
-
indicator
Required - The indicator with which to correlate the configuredbucket_pathvalues.API name:
indicator -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupBucketCorrelationFunctionCountCorrelationDeserializer
protected static void setupBucketCorrelationFunctionCountCorrelationDeserializer(ObjectDeserializer<BucketCorrelationFunctionCountCorrelation.Builder> op)
-