Class DecayPlacement
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.DecayPlacement
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DecayPlacement extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDecayPlacement.BuilderBuilder forDecayPlacement. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DecayPlacement>_DESERIALIZERJson deserializer forDecayPlacement -
Method Summary
Modifier and Type Method Description java.lang.Doubledecay()API name:decaystatic DecayPlacementof(java.util.function.Function<DecayPlacement.Builder,ObjectBuilder<DecayPlacement>> fn)JsonDataoffset()API name:offsetJsonDataorigin()API name:originJsonDatascale()API name:scalevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDecayPlacementDeserializer(ObjectDeserializer<DecayPlacement.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDecayPlacement
-
-
Method Details
-
of
public static DecayPlacement of(java.util.function.Function<DecayPlacement.Builder,ObjectBuilder<DecayPlacement>> fn) -
decay
@Nullable public final java.lang.Double decay()API name:decay -
offset
API name:offset -
scale
API name:scale -
origin
API name:origin -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDecayPlacementDeserializer
protected static void setupDecayPlacementDeserializer(ObjectDeserializer<DecayPlacement.Builder> op)
-