Class TopMetricsValue
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.TopMetricsValue
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class TopMetricsValue extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description java.lang.Stringfield()Required - API name:fieldstatic TopMetricsValueof(java.util.function.Function<TopMetricsValue.Builder,ObjectBuilder<TopMetricsValue>> 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 voidsetupTopMetricsValueDeserializer(ObjectDeserializer<TopMetricsValue.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forTopMetricsValue
-
-
Method Details
-
of
public static TopMetricsValue of(java.util.function.Function<TopMetricsValue.Builder,ObjectBuilder<TopMetricsValue>> fn) -
field
public final java.lang.String field()Required - API name:field -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupTopMetricsValueDeserializer
protected static void setupTopMetricsValueDeserializer(ObjectDeserializer<TopMetricsValue.Builder> op)
-