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

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

  • Method Details

    • of

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

      @Nullable public final java.lang.Integer numberOfSignificantValueDigits()
      API name: number_of_significant_value_digits
    • 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)
    • setupHdrMethodDeserializer

      protected static void setupHdrMethodDeserializer​(ObjectDeserializer<HdrMethod.Builder> op)