Class GoogleNormalizedDistanceHeuristic
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.GoogleNormalizedDistanceHeuristic
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GoogleNormalizedDistanceHeuristic extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGoogleNormalizedDistanceHeuristic.BuilderBuilder forGoogleNormalizedDistanceHeuristic. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GoogleNormalizedDistanceHeuristic>_DESERIALIZERJson deserializer forGoogleNormalizedDistanceHeuristic -
Method Summary
Modifier and Type Method Description java.lang.BooleanbackgroundIsSuperset()API name:background_is_supersetstatic GoogleNormalizedDistanceHeuristicof(java.util.function.Function<GoogleNormalizedDistanceHeuristic.Builder,ObjectBuilder<GoogleNormalizedDistanceHeuristic>> 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 voidsetupGoogleNormalizedDistanceHeuristicDeserializer(ObjectDeserializer<GoogleNormalizedDistanceHeuristic.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 forGoogleNormalizedDistanceHeuristic
-
-
Method Details
-
of
public static GoogleNormalizedDistanceHeuristic of(java.util.function.Function<GoogleNormalizedDistanceHeuristic.Builder,ObjectBuilder<GoogleNormalizedDistanceHeuristic>> fn) -
backgroundIsSuperset
@Nullable public final java.lang.Boolean backgroundIsSuperset()API name:background_is_superset -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupGoogleNormalizedDistanceHeuristicDeserializer
protected static void setupGoogleNormalizedDistanceHeuristicDeserializer(ObjectDeserializer<GoogleNormalizedDistanceHeuristic.Builder> op)
-