com.baidubce.services.moladb.model
Class ListTablesResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.moladb.model.ListTablesResponse
- All Implemented Interfaces:
- Serializable
public class ListTablesResponse
- extends AbstractBceResponse
Represents the output of a ListTables operation.
- See Also:
- Serialized Form
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.
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.
Copyright © 2018. All rights reserved.