类 ShowTableResponse

    • 构造器详细资料

      • ShowTableResponse

        public ShowTableResponse()
    • 方法详细资料

      • getInstanceName

        public String getInstanceName()
        Get the instance name of the table.
        返回:
        The instance name.
      • setInstanceName

        public void setInstanceName​(String instanceName)
        Set the instance name.
        参数:
        instanceName - The instance name set to show tabel response.
      • getTableName

        public String getTableName()
        Get table table of this show table response.
        返回:
        The table name of the target table.
      • setTableName

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

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

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

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

        public void setTableVersion​(long tableVersion)
        Set the table version.
        参数:
        tableVersion - The table version set to this show table response.
      • getCreateTime

        public String getCreateTime()
        Get the create time.
        返回:
        The create time of the target table.
      • setCreateTime

        public void setCreateTime​(String createTime)
        Set the create time.
      • getCompressType

        public CompressType getCompressType()
        Get the compress type of target table.
        返回:
        The compress type of the target table.
      • setCompressType

        public void setCompressType​(CompressType compressType)
        Set the compress type.
      • getTimeToLive

        public int getTimeToLive()
        Get the timeToLive of target table.
        返回:
        The timeToLive of the target table.
      • setTimeToLive

        public void setTimeToLive​(int timeToLive)
        Set the timeToLive.
      • getMaxVersions

        public int getMaxVersions()
        Get the max version of target table.
        返回:
        The max version of the target table.
      • setMaxVersions

        public void setMaxVersions​(int maxVersions)
        Set the max version.
      • getStorageType

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

        public void setStorageType​(String storageType)
        Set the storage type.
        参数:
        storageType - The storage type set to this show table response.