Class StandardDeviationBounds
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.StandardDeviationBounds
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class StandardDeviationBounds extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStandardDeviationBounds.BuilderBuilder forStandardDeviationBounds.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<StandardDeviationBounds>_DESERIALIZERJson deserializer forStandardDeviationBounds
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doublelower()Required - API name:lowerdoublelowerPopulation()Required - API name:lower_populationdoublelowerSampling()Required - API name:lower_samplingstatic StandardDeviationBoundsof(java.util.function.Function<StandardDeviationBounds.Builder,ObjectBuilder<StandardDeviationBounds>> 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 voidsetupStandardDeviationBoundsDeserializer(ObjectDeserializer<StandardDeviationBounds.Builder> op)doubleupper()Required - API name:upperdoubleupperPopulation()Required - API name:upper_populationdoubleupperSampling()Required - API name:upper_sampling
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<StandardDeviationBounds> _DESERIALIZER
Json deserializer forStandardDeviationBounds
-
-
Method Detail
-
of
public static StandardDeviationBounds of(java.util.function.Function<StandardDeviationBounds.Builder,ObjectBuilder<StandardDeviationBounds>> fn)
-
upper
public final double upper()
Required - API name:upperDefaults to
0if parsed from a JSONnullvalue.
-
lower
public final double lower()
Required - API name:lowerDefaults to
0if parsed from a JSONnullvalue.
-
upperPopulation
public final double upperPopulation()
Required - API name:upper_populationDefaults to
0if parsed from a JSONnullvalue.
-
lowerPopulation
public final double lowerPopulation()
Required - API name:lower_populationDefaults to
0if parsed from a JSONnullvalue.
-
upperSampling
public final double upperSampling()
Required - API name:upper_samplingDefaults to
0if parsed from a JSONnullvalue.
-
lowerSampling
public final double lowerSampling()
Required - API name:lower_samplingDefaults to
0if parsed from a JSONnullvalue.
-
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)
-
setupStandardDeviationBoundsDeserializer
protected static void setupStandardDeviationBoundsDeserializer(ObjectDeserializer<StandardDeviationBounds.Builder> op)
-
-