public class ListTablesResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
ListTablesResponse()
Constructs a new ListTablesResponse object.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getTableNames()
Get the names of all tables got from server side.
|
void |
setTableNames(List<String> names)
Set the names of all tables got from server side.
|
getMetadatapublic ListTablesResponse()
Copyright © 2023. All rights reserved.