Class Archive
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.Archive
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Archive extends Base
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArchive.BuilderBuilder forArchive.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<Archive>_DESERIALIZERJson deserializer forArchive -
Method Summary
Modifier and Type Method Description longindicesCount()Required - API name:indices_countstatic Archiveof(java.util.function.Function<Archive.Builder,ObjectBuilder<Archive>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupArchiveDeserializer(ObjectDeserializer<Archive.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 forArchive
-
-
Method Details
-
of
-
indicesCount
public final long indicesCount()Required - API name:indices_count -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupArchiveDeserializer
-