public class TableGroupInfo extends AbstractModel
| Constructor and Description | 
|---|
| TableGroupInfo() | 
| TableGroupInfo(TableGroupInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreatedTime()Get Table group creation time | 
| Long | getTableCount()Get Number of tables in table group | 
| String | getTableGroupId()Get Table group ID | 
| String | getTableGroupName()Get Table group name | 
| Long | getTotalSize()Get Total table storage capacity in MB in table group | 
| void | setCreatedTime(String CreatedTime)Set Table group creation time | 
| void | setTableCount(Long TableCount)Set Number of tables in table group | 
| void | setTableGroupId(String TableGroupId)Set Table group ID | 
| void | setTableGroupName(String TableGroupName)Set Table group name | 
| void | setTotalSize(Long TotalSize)Set Total table storage capacity in MB in table group | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic TableGroupInfo()
public TableGroupInfo(TableGroupInfo source)
public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - Table group IDpublic String getTableGroupName()
public void setTableGroupName(String TableGroupName)
TableGroupName - Table group namepublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Table group creation timepublic Long getTableCount()
public void setTableCount(Long TableCount)
TableCount - Number of tables in table grouppublic Long getTotalSize()
public void setTotalSize(Long TotalSize)
TotalSize - Total table storage capacity in MB in table groupCopyright © 2021. All rights reserved.