Class StandardDeviationBounds
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.StandardDeviationBounds
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class StandardDeviationBounds
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StandardDeviationBounds>Json deserializer forStandardDeviationBounds -
Method Summary
Modifier and TypeMethodDescriptionfinal Doublelower()API name:lowerfinal DoubleAPI name:lower_populationfinal DoubleAPI name:lower_samplingstatic StandardDeviationBoundsrebuild()voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Doubleupper()API name:upperfinal DoubleAPI name:upper_populationfinal DoubleAPI name:upper_sampling
-
Field Details
-
_DESERIALIZER
Json deserializer forStandardDeviationBounds
-
-
Method Details
-
of
public static StandardDeviationBounds of(Function<StandardDeviationBounds.Builder, ObjectBuilder<StandardDeviationBounds>> fn) -
upper
API name:upper -
lower
API name:lower -
upperPopulation
API name:upper_population -
lowerPopulation
API name:lower_population -
upperSampling
API name:upper_sampling -
lowerSampling
API name:lower_sampling -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
rebuild
- Returns:
- New
StandardDeviationBounds.Builderinitialized with field values of this instance
-
setupStandardDeviationBoundsDeserializer
protected static void setupStandardDeviationBoundsDeserializer(ObjectDeserializer<StandardDeviationBounds.Builder> op)
-