Class CleanupRepositoryResults
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.cleanup_repository.CleanupRepositoryResults
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class CleanupRepositoryResults extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCleanupRepositoryResults.BuilderBuilder forCleanupRepositoryResults. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CleanupRepositoryResults>_DESERIALIZERJson deserializer forCleanupRepositoryResults -
Constructor Summary
Constructors Constructor Description CleanupRepositoryResults(CleanupRepositoryResults.Builder builder)CleanupRepositoryResults(java.util.function.Function<CleanupRepositoryResults.Builder,CleanupRepositoryResults.Builder> fn) -
Method Summary
Modifier and Type Method Description longdeletedBlobs()Required - API name:deleted_blobslongdeletedBytes()Required - API name:deleted_bytesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCleanupRepositoryResultsDeserializer(DelegatingDeserializer<CleanupRepositoryResults.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 forCleanupRepositoryResults
-
-
Constructor Details
-
CleanupRepositoryResults
-
CleanupRepositoryResults
public CleanupRepositoryResults(java.util.function.Function<CleanupRepositoryResults.Builder,CleanupRepositoryResults.Builder> fn)
-
-
Method Details
-
deletedBlobs
public long deletedBlobs()Required - API name:deleted_blobs -
deletedBytes
public long deletedBytes()Required - API name:deleted_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupCleanupRepositoryResultsDeserializer
protected static void setupCleanupRepositoryResultsDeserializer(DelegatingDeserializer<CleanupRepositoryResults.Builder> op)
-