Class TopMetricsValue
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.TopMetricsValue
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<TopMetricsValue> _DESERIALIZER
Json deserializer forTopMetricsValue
-
-
Method Detail
-
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
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)
-
setupTopMetricsValueDeserializer
protected static void setupTopMetricsValueDeserializer(ObjectDeserializer<TopMetricsValue.Builder> op)
-
-