public class ListTablesResponse extends AbstractTableStorageResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListTablesResponse.TableInfo
The table info consists of attributes of table in TableStorage.
|
metadata| Constructor and Description |
|---|
ListTablesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.TableInfo |
getTableInfo(String tableName)
Get the table info of the target table name.
|
List<ListTablesResponse.TableInfo> |
getTables()
Get list of table info objects of this list table response.
|
void |
setTables(List<ListTablesResponse.TableInfo> tables)
Set the table info objects to this list tables request.
|
String |
toString()
Convert this object to string.
|
getMetadatapublic List<ListTablesResponse.TableInfo> getTables()
public ListTablesResponse.TableInfo getTableInfo(String tableName)
tableName - the target table name.public void setTables(List<ListTablesResponse.TableInfo> tables)
tables - The list of table info objects.public String toString()
toString in class AbstractTableStorageResponseCopyright © 2022. All rights reserved.