com.baidubce.services.moladb.model
Class ListTablesResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.moladb.model.ListTablesResponse
public class ListTablesResponse
- extends AbstractBceResponse
Represents the output of a ListTables operation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTablesResponse
public ListTablesResponse()
- Constructs a new ListTablesResponse object.
Callers should use the setter or fluent setter (with...) methods to
initialize any additional object members.
getTableNames
public List<String> getTableNames()
- Get the names of all tables got from server side.
- Returns:
- The names of all tables got from server side, the type is in List.
setTableNames
public void setTableNames(List<String> names)
- Set the names of all tables got from server side.
- Parameters:
names - The names of all tables got from server side, the type is in ArrayList.
Copyright © 2016. All rights reserved.