public class ShowTableResponse extends AbstractTableStorageResponse
metadata| Constructor and Description |
|---|
ShowTableResponse() |
| Modifier and Type | Method and Description |
|---|---|
CompressType |
getCompressType()
Get the compress type of target table.
|
String |
getCreateTime()
Get the create time.
|
String |
getInstanceName()
Get the instance name of the table.
|
int |
getMaxVersions()
Get the max version of target table.
|
String |
getStorageType()
Get the storage type of target table.
|
String |
getTableName()
Get table table of this show table response.
|
TableState |
getTableState()
Get the table state.
|
long |
getTableVersion()
Get the table version.
|
int |
getTimeToLive()
Get the timeToLive of target table.
|
void |
setCompressType(CompressType compressType)
Set the compress type.
|
void |
setCreateTime(String createTime)
Set the create time.
|
void |
setInstanceName(String instanceName)
Set the instance name.
|
void |
setMaxVersions(int maxVersions)
Set the max version.
|
void |
setStorageType(String storageType)
Set the storage type.
|
void |
setTableName(String tableName)
Set the table name.
|
void |
setTableState(TableState tableState)
Set the table state.
|
void |
setTableVersion(long tableVersion)
Set the table version.
|
void |
setTimeToLive(int timeToLive)
Set the timeToLive.
|
String |
toString()
Convert this object to string.
|
getMetadatapublic String getInstanceName()
public void setInstanceName(String instanceName)
instanceName - The instance name set to show tabel response.public String getTableName()
public void setTableName(String tableName)
tableName - The table name set to the show table response.public TableState getTableState()
public void setTableState(TableState tableState)
tableState - The table state set to this show table response.public long getTableVersion()
public void setTableVersion(long tableVersion)
tableVersion - The table version set to this show table response.public String getCreateTime()
public void setCreateTime(String createTime)
public CompressType getCompressType()
public void setCompressType(CompressType compressType)
public int getTimeToLive()
public void setTimeToLive(int timeToLive)
public int getMaxVersions()
public void setMaxVersions(int maxVersions)
public String getStorageType()
public void setStorageType(String storageType)
storageType - The storage type set to this show table response.public String toString()
toString in class AbstractTableStorageResponseCopyright © 2020. All rights reserved.