Class HdrMethod
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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHdrMethod.BuilderBuilder forHdrMethod. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<HdrMethod>_DESERIALIZERJson deserializer forHdrMethod -
Method Summary
Modifier and Type Method Description java.lang.IntegernumberOfSignificantValueDigits()API name:number_of_significant_value_digitsstatic HdrMethodof(java.util.function.Function<HdrMethod.Builder,ObjectBuilder<HdrMethod>> 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 voidsetupHdrMethodDeserializer(ObjectDeserializer<HdrMethod.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forHdrMethod
-
-
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupHdrMethodDeserializer
-