类 ShowTableResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.tablestorage.model.AbstractTableStorageResponse
-
- com.baidubce.services.tablestorage.model.ShowTableResponse
-
- 所有已实现的接口:
Serializable
public class ShowTableResponse extends AbstractTableStorageResponse
Represents the output of a ShowTable operation.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 ShowTableResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CompressTypegetCompressType()Get the compress type of target table.StringgetCreateTime()Get the create time.StringgetInstanceName()Get the instance name of the table.intgetMaxVersions()Get the max version of target table.StringgetStorageType()Get the storage type of target table.StringgetTableName()Get table table of this show table response.TableStategetTableState()Get the table state.longgetTableVersion()Get the table version.intgetTimeToLive()Get the timeToLive of target table.voidsetCompressType(CompressType compressType)Set the compress type.voidsetCreateTime(String createTime)Set the create time.voidsetInstanceName(String instanceName)Set the instance name.voidsetMaxVersions(int maxVersions)Set the max version.voidsetStorageType(String storageType)Set the storage type.voidsetTableName(String tableName)Set the table name.voidsetTableState(TableState tableState)Set the table state.voidsetTableVersion(long tableVersion)Set the table version.voidsetTimeToLive(int timeToLive)Set the timeToLive.StringtoString()Convert this object to string.-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
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.
-
toString
public String toString()
Convert this object to string.- 覆盖:
toString在类中AbstractTableStorageResponse- 返回:
- The string represent this object.
-
-