Class ChiSquareHeuristic
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.ChiSquareHeuristic
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ChiSquareHeuristic extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChiSquareHeuristic.BuilderBuilder forChiSquareHeuristic. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ChiSquareHeuristic>_DESERIALIZERJson deserializer forChiSquareHeuristic -
Method Summary
Modifier and Type Method Description booleanbackgroundIsSuperset()Required - API name:background_is_supersetbooleanincludeNegatives()Required - API name:include_negativesstatic ChiSquareHeuristicof(java.util.function.Function<ChiSquareHeuristic.Builder,ObjectBuilder<ChiSquareHeuristic>> 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 voidsetupChiSquareHeuristicDeserializer(ObjectDeserializer<ChiSquareHeuristic.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forChiSquareHeuristic
-
-
Method Details
-
of
public static ChiSquareHeuristic of(java.util.function.Function<ChiSquareHeuristic.Builder,ObjectBuilder<ChiSquareHeuristic>> fn) -
backgroundIsSuperset
public final boolean backgroundIsSuperset()Required - API name:background_is_superset -
includeNegatives
public final boolean includeNegatives()Required - API name:include_negatives -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupChiSquareHeuristicDeserializer
protected static void setupChiSquareHeuristicDeserializer(ObjectDeserializer<ChiSquareHeuristic.Builder> op)
-