Class PValueHeuristic
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.PValueHeuristic
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PValueHeuristic>Json deserializer forPValueHeuristic -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanAPI name:background_is_supersetfinal LongShould the results be normalized when above the given value.static PValueHeuristicrebuild()voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPValueHeuristic
-
-
Method Details
-
of
public static PValueHeuristic of(Function<PValueHeuristic.Builder, ObjectBuilder<PValueHeuristic>> fn) -
backgroundIsSuperset
API name:background_is_superset -
normalizeAbove
Should the results be normalized when above the given value. Allows for consistent significance results at various scales. Note:0is a special value which means no normalizationAPI name:
normalize_above -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
rebuild
- Returns:
- New
PValueHeuristic.Builderinitialized with field values of this instance
-
setupPValueHeuristicDeserializer
protected static void setupPValueHeuristicDeserializer(ObjectDeserializer<PValueHeuristic.Builder> op)
-