类 ListTablesResponse

    • 构造器详细资料

      • ListTablesResponse

        public ListTablesResponse()
    • 方法详细资料

      • getTables

        public List<ListTablesResponse.TableInfo> getTables()
        Get list of table info objects of this list table response.
        返回:
        The list of table info objects of this list table response.
      • getTableInfo

        public ListTablesResponse.TableInfo getTableInfo​(String tableName)
        Get the table info of the target table name.
        参数:
        tableName - the target table name.
        返回:
        The table info of the target table.
      • setTables

        public void setTables​(List<ListTablesResponse.TableInfo> tables)
        Set the table info objects to this list tables request.
        参数:
        tables - The list of table info objects.