Class Flattened
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.Flattened
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Flattened extends Base
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlattened.BuilderBuilder forFlattened.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
Base.AbstractBuilder<BuilderT extends Base.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Flattened>_DESERIALIZERJson deserializer forFlattened -
Method Summary
Modifier and Type Method Description intfieldCount()Required - API name:field_countstatic Flattenedof(java.util.function.Function<Flattened.Builder,ObjectBuilder<Flattened>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFlattenedDeserializer(ObjectDeserializer<Flattened.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, baseOf, enabled, serialize, setupBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFlattened
-
-
Method Details
-
of
public static Flattened of(java.util.function.Function<Flattened.Builder,ObjectBuilder<Flattened>> fn) -
fieldCount
public final int fieldCount()Required - API name:field_count -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupFlattenedDeserializer
-