Class HoltLinearModelSettings
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.HoltLinearModelSettings
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class HoltLinearModelSettings extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHoltLinearModelSettings.BuilderBuilder forHoltLinearModelSettings.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<HoltLinearModelSettings>_DESERIALIZERJson deserializer forHoltLinearModelSettings
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Floatalpha()API name:alphajava.lang.Floatbeta()API name:betastatic HoltLinearModelSettingsof(java.util.function.Function<HoltLinearModelSettings.Builder,ObjectBuilder<HoltLinearModelSettings>> 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 voidsetupHoltLinearModelSettingsDeserializer(ObjectDeserializer<HoltLinearModelSettings.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<HoltLinearModelSettings> _DESERIALIZER
Json deserializer forHoltLinearModelSettings
-
-
Method Detail
-
of
public static HoltLinearModelSettings of(java.util.function.Function<HoltLinearModelSettings.Builder,ObjectBuilder<HoltLinearModelSettings>> fn)
-
alpha
@Nullable public final java.lang.Float alpha()
API name:alpha
-
beta
@Nullable public final java.lang.Float beta()
API name:beta
-
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)
-
setupHoltLinearModelSettingsDeserializer
protected static void setupHoltLinearModelSettingsDeserializer(ObjectDeserializer<HoltLinearModelSettings.Builder> op)
-
-