Class StandardDeviationBounds

java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.StandardDeviationBounds
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class StandardDeviationBounds
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static StandardDeviationBounds of​(java.util.function.Function<StandardDeviationBounds.Builder,​ObjectBuilder<StandardDeviationBounds>> fn)
    • upper

      public final double upper()
      Required - API name: upper

      Defaults to 0 if parsed from a JSON null value.

    • lower

      public final double lower()
      Required - API name: lower

      Defaults to 0 if parsed from a JSON null value.

    • upperPopulation

      public final double upperPopulation()
      Required - API name: upper_population

      Defaults to 0 if parsed from a JSON null value.

    • lowerPopulation

      public final double lowerPopulation()
      Required - API name: lower_population

      Defaults to 0 if parsed from a JSON null value.

    • upperSampling

      public final double upperSampling()
      Required - API name: upper_sampling

      Defaults to 0 if parsed from a JSON null value.

    • lowerSampling

      public final double lowerSampling()
      Required - API name: lower_sampling

      Defaults to 0 if parsed from a JSON null value.

    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupStandardDeviationBoundsDeserializer

      protected static void setupStandardDeviationBoundsDeserializer​(ObjectDeserializer<StandardDeviationBounds.Builder> op)