类 ListTablesResponse.TableInfo

  • 封闭类:
    ListTablesResponse

    public static class ListTablesResponse.TableInfo
    extends Object
    The table info consists of attributes of table in TableStorage.
    • 构造器详细资料

      • TableInfo

        public TableInfo()
    • 方法详细资料

      • getTableName

        public String getTableName()
        Get the table name.
        返回:
        The table name.
      • setTableName

        public void setTableName​(String tableName)
        Set the table name.
        参数:
        tableName - The table name set to table info.
      • getTableState

        public TableState getTableState()
        Get the table state.
        返回:
        The table state.
      • setTableState

        public void setTableState​(TableState tableState)
        Set the table state.
        参数:
        tableState - The table state set to table info.
      • getTableVersion

        public long getTableVersion()
        Get the table version.
        返回:
        The table version.
      • setTableVersion

        public void setTableVersion​(long tableVersion)
        Set the table version.
        参数:
        tableVersion - The table version set to table info.
      • getMaxVersions

        public long getMaxVersions()
        Get the maxVersions.
        返回:
        The maxVersions.
      • setMaxVersions

        public void setMaxVersions​(int maxVersions)
        Set the MaxVersions.
        参数:
        maxVersions - The MaxVersions set to table info.
      • getStorageType

        public String getStorageType()
        Get the storage type.
        返回:
        The table storage type.
      • setStorageType

        public void setStorageType​(String storageType)
        Set the storage type.
        参数:
        storageType - The storage type set to table info.
      • toString

        public String toString()
        Convert this object to string.
        覆盖:
        toString 在类中 Object
        返回:
        the string represent this table info object.