public class AlterDatabaseResponse extends Object implements RESTResponse
Constructor and Description |
---|
AlterDatabaseResponse(List<String> removed,
List<String> updated,
List<String> missing) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getMissing() |
List<String> |
getRemoved() |
List<String> |
getUpdated() |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.