Class HdrMethod
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.HdrMethod
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<HdrMethod> _DESERIALIZER
Json deserializer forHdrMethod
-
-
Method Detail
-
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:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupHdrMethodDeserializer
protected static void setupHdrMethodDeserializer(ObjectDeserializer<HdrMethod.Builder> op)
-
-