Class HdrMethod
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.HdrMethod
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class HdrMethod extends java.lang.Object implements JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description HdrMethod(HdrMethod.Builder builder)HdrMethod(java.util.function.Function<HdrMethod.Builder,HdrMethod.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.IntegernumberOfSignificantValueDigits()API name:number_of_significant_value_digitsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupHdrMethodDeserializer(DelegatingDeserializer<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
-
-
Constructor Details
-
HdrMethod
-
HdrMethod
-
-
Method Details
-
numberOfSignificantValueDigits
@Nullable public java.lang.Integer numberOfSignificantValueDigits()API name:number_of_significant_value_digits -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupHdrMethodDeserializer
-