类 ListTablesResponse

    • 构造器详细资料

      • 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.
        返回:
        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.
        参数:
        names - The names of all tables got from server side.