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 表格组创建时间
|
Long |
getTableCount()
Get 表格组包含的表格数量
|
String |
getTableGroupId()
Get 表格组ID
|
String |
getTableGroupName()
Get 表格组名称
|
Long |
getTotalSize()
Get 表格组包含的表格存储总量(MB)
|
void |
setCreatedTime(String CreatedTime)
Set 表格组创建时间
|
void |
setTableCount(Long TableCount)
Set 表格组包含的表格数量
|
void |
setTableGroupId(String TableGroupId)
Set 表格组ID
|
void |
setTableGroupName(String TableGroupName)
Set 表格组名称
|
void |
setTotalSize(Long TotalSize)
Set 表格组包含的表格存储总量(MB)
|
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, toJsonString
public TableGroupInfo()
public TableGroupInfo(TableGroupInfo source)
public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId
- 表格组IDpublic String getTableGroupName()
public void setTableGroupName(String TableGroupName)
TableGroupName
- 表格组名称public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 表格组创建时间public Long getTableCount()
public void setTableCount(Long TableCount)
TableCount
- 表格组包含的表格数量public Long getTotalSize()
public void setTotalSize(Long TotalSize)
TotalSize
- 表格组包含的表格存储总量(MB)Copyright © 2021. All rights reserved.