Class CleanupRepositoryResponse
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.CleanupRepositoryResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class CleanupRepositoryResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CleanupRepositoryResponse>Json deserializer forCleanupRepositoryResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic CleanupRepositoryResponsefinal CleanupRepositoryResultsresults()Required - Statistics for cleanup operations.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupCleanupRepositoryResponseDeserializer(ObjectDeserializer<CleanupRepositoryResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCleanupRepositoryResponse
-
-
Method Details
-
of
public static CleanupRepositoryResponse of(Function<CleanupRepositoryResponse.Builder, ObjectBuilder<CleanupRepositoryResponse>> fn) -
results
Required - Statistics for cleanup operations.API name:
results -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCleanupRepositoryResponseDeserializer
protected static void setupCleanupRepositoryResponseDeserializer(ObjectDeserializer<CleanupRepositoryResponse.Builder> op)
-