Class DecayPlacement
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.DecayPlacement
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DecayPlacement>Json deserializer forDecayPlacement -
Method Summary
Modifier and TypeMethodDescriptionfinal Doubledecay()API name:decaystatic DecayPlacementfinal JsonDataoffset()API name:offsetfinal JsonDataorigin()API name:originfinal JsonDatascale()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 voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDecayPlacement
-
-
Method Details
-
of
-
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
-
toString
-
setupDecayPlacementDeserializer
protected static void setupDecayPlacementDeserializer(ObjectDeserializer<DecayPlacement.Builder> op)
-