public static class ListTablesResponse.TableInfo extends Object
| Constructor and Description |
|---|
TableInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxVersions()
Get the maxVersions.
|
String |
getStorageType()
Get the storage type.
|
String |
getTableName()
Get the table name.
|
TableState |
getTableState()
Get the table state.
|
long |
getTableVersion()
Get the table version.
|
void |
setMaxVersions(int maxVersions)
Set the MaxVersions.
|
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.
|
String |
toString()
Convert this object to string.
|
public String getTableName()
public void setTableName(String tableName)
tableName - The table name set to table info.public TableState getTableState()
public void setTableState(TableState tableState)
tableState - The table state set to table info.public long getTableVersion()
public void setTableVersion(long tableVersion)
tableVersion - The table version set to table info.public long getMaxVersions()
public void setMaxVersions(int maxVersions)
maxVersions - The MaxVersions set to table info.public String getStorageType()
public void setStorageType(String storageType)
storageType - The storage type set to table info.Copyright © 2024. All rights reserved.