Class TopMetricsValue
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.TopMetricsValue
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class TopMetricsValue extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTopMetricsValue.BuilderBuilder forTopMetricsValue. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TopMetricsValue>_DESERIALIZERJson deserializer forTopMetricsValue -
Constructor Summary
Constructors Constructor Description TopMetricsValue(TopMetricsValue.Builder builder)TopMetricsValue(java.util.function.Function<TopMetricsValue.Builder,TopMetricsValue.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringfield()Required - API name:fieldvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupTopMetricsValueDeserializer(DelegatingDeserializer<TopMetricsValue.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 forTopMetricsValue
-
-
Constructor Details
-
TopMetricsValue
-
TopMetricsValue
public TopMetricsValue(java.util.function.Function<TopMetricsValue.Builder,TopMetricsValue.Builder> fn)
-
-
Method Details
-
field
public java.lang.String field()Required - API name:field -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupTopMetricsValueDeserializer
protected static void setupTopMetricsValueDeserializer(DelegatingDeserializer<TopMetricsValue.Builder> op)
-