Class CleanupRepositoryResponse
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.CleanupRepositoryResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class CleanupRepositoryResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CleanupRepositoryResponse.Builder
Builder forCleanupRepositoryResponse
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CleanupRepositoryResponse>
_DESERIALIZER
Json deserializer forCleanupRepositoryResponse
-
Constructor Summary
Constructors Constructor Description CleanupRepositoryResponse(CleanupRepositoryResponse.Builder builder)
CleanupRepositoryResponse(java.util.function.Function<CleanupRepositoryResponse.Builder,CleanupRepositoryResponse.Builder> fn)
-
Method Summary
Modifier and Type Method Description CleanupRepositoryResults
results()
Required - API name:results
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupCleanupRepositoryResponseDeserializer(DelegatingDeserializer<CleanupRepositoryResponse.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 forCleanupRepositoryResponse
-
-
Constructor Details
-
CleanupRepositoryResponse
-
CleanupRepositoryResponse
public CleanupRepositoryResponse(java.util.function.Function<CleanupRepositoryResponse.Builder,CleanupRepositoryResponse.Builder> fn)
-
-
Method Details
-
results
Required - API name:results
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupCleanupRepositoryResponseDeserializer
protected static void setupCleanupRepositoryResponseDeserializer(DelegatingDeserializer<CleanupRepositoryResponse.Builder> op)
-