public class GetDatabaseResponse extends Object implements RESTResponse, Database
Database.DatabaseImpl
Constructor and Description |
---|
GetDatabaseResponse(String name,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
comment()
Optional comment of this database.
|
String |
getName() |
Map<String,String> |
getOptions() |
String |
name()
A name to identify this database.
|
Map<String,String> |
options()
Options of this database.
|
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.