Class CleanupRepositoryResponse
- java.lang.Object
-
- org.opensearch.client.opensearch.snapshot.CleanupRepositoryResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CleanupRepositoryResponseof(java.util.function.Function<CleanupRepositoryResponse.Builder,ObjectBuilder<CleanupRepositoryResponse>> fn)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(ObjectDeserializer<CleanupRepositoryResponse.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<CleanupRepositoryResponse> _DESERIALIZER
Json deserializer forCleanupRepositoryResponse
-
-
Method Detail
-
of
public static CleanupRepositoryResponse of(java.util.function.Function<CleanupRepositoryResponse.Builder,ObjectBuilder<CleanupRepositoryResponse>> fn)
-
results
public final CleanupRepositoryResults results()
Required - API name:results
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupCleanupRepositoryResponseDeserializer
protected static void setupCleanupRepositoryResponseDeserializer(ObjectDeserializer<CleanupRepositoryResponse.Builder> op)
-
-