Class MutualInformationHeuristic
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.MutualInformationHeuristic
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class MutualInformationHeuristic extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMutualInformationHeuristic.BuilderBuilder forMutualInformationHeuristic. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MutualInformationHeuristic>_DESERIALIZERJson deserializer forMutualInformationHeuristic -
Method Summary
Modifier and Type Method Description java.lang.BooleanbackgroundIsSuperset()API name:background_is_supersetjava.lang.BooleanincludeNegatives()API name:include_negativesstatic MutualInformationHeuristicof(java.util.function.Function<MutualInformationHeuristic.Builder,ObjectBuilder<MutualInformationHeuristic>> 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 voidsetupMutualInformationHeuristicDeserializer(ObjectDeserializer<MutualInformationHeuristic.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 forMutualInformationHeuristic
-
-
Method Details
-
of
public static MutualInformationHeuristic of(java.util.function.Function<MutualInformationHeuristic.Builder,ObjectBuilder<MutualInformationHeuristic>> fn) -
backgroundIsSuperset
@Nullable public final java.lang.Boolean backgroundIsSuperset()API name:background_is_superset -
includeNegatives
@Nullable public final java.lang.Boolean includeNegatives()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
-
setupMutualInformationHeuristicDeserializer
protected static void setupMutualInformationHeuristicDeserializer(ObjectDeserializer<MutualInformationHeuristic.Builder> op)
-