Class CleanupRepositoryResponse
java.lang.Object
org.opensearch.client.opensearch.snapshot.CleanupRepositoryResponse
- All Implemented Interfaces:
ToJsonp
public final class CleanupRepositoryResponse extends java.lang.Object implements ToJsonp
-
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 for CleanupRepositoryResponse -
Constructor Summary
Constructors Modifier Constructor Description protectedCleanupRepositoryResponse(CleanupRepositoryResponse.Builder builder) -
Method Summary
Modifier and Type Method Description CleanupRepositoryResultsresults()API name:resultsprotected static voidsetupCleanupRepositoryResponseDeserializer(DelegatingDeserializer<CleanupRepositoryResponse.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for CleanupRepositoryResponse
-
-
Constructor Details
-
Method Details
-
results
API name:results -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupCleanupRepositoryResponseDeserializer
protected static void setupCleanupRepositoryResponseDeserializer(DelegatingDeserializer<CleanupRepositoryResponse.Builder> op)
-