Class EwmaModelSettings
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.EwmaModelSettings
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class EwmaModelSettings extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEwmaModelSettings.BuilderBuilder forEwmaModelSettings.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<EwmaModelSettings>_DESERIALIZERJson deserializer forEwmaModelSettings
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Floatalpha()API name:alphastatic EwmaModelSettingsof(java.util.function.Function<EwmaModelSettings.Builder,ObjectBuilder<EwmaModelSettings>> 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 voidsetupEwmaModelSettingsDeserializer(ObjectDeserializer<EwmaModelSettings.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<EwmaModelSettings> _DESERIALIZER
Json deserializer forEwmaModelSettings
-
-
Method Detail
-
of
public static EwmaModelSettings of(java.util.function.Function<EwmaModelSettings.Builder,ObjectBuilder<EwmaModelSettings>> fn)
-
alpha
@Nullable public final java.lang.Float alpha()
API name:alpha
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupEwmaModelSettingsDeserializer
protected static void setupEwmaModelSettingsDeserializer(ObjectDeserializer<EwmaModelSettings.Builder> op)
-
-