Class DecayFunctionBase
java.lang.Object
org.opensearch.client.opensearch._types.query_dsl.DecayFunctionBase
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
- Direct Known Subclasses:
DecayFunction
@Generated("org.opensearch.client.codegen.CodeGenerator")
public abstract class DecayFunctionBase
extends Object
implements PlainJsonSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDecayFunctionBase(DecayFunctionBase.AbstractBuilder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()final MultiValueModeAPI name:multi_value_modevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends DecayFunctionBase.AbstractBuilder<BuilderT>>
voidsetupDecayFunctionBaseDeserializer(ObjectDeserializer<BuilderT> op) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Constructor Details
-
DecayFunctionBase
-
-
Method Details
-
multiValueMode
API name:multi_value_mode -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDecayFunctionBaseDeserializer
protected static <BuilderT extends DecayFunctionBase.AbstractBuilder<BuilderT>> void setupDecayFunctionBaseDeserializer(ObjectDeserializer<BuilderT> op) -
hashCode
public int hashCode() -
equals
-