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 classCleanupRepositoryResponse.BuilderBuilder forCleanupRepositoryResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CleanupRepositoryResponse>_DESERIALIZERJson 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 CleanupRepositoryResultsresults()Required - API name:resultsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCleanupRepositoryResponseDeserializer(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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupCleanupRepositoryResponseDeserializer
protected static void setupCleanupRepositoryResponseDeserializer(DelegatingDeserializer<CleanupRepositoryResponse.Builder> op)
-