public class TableGroupInfo extends AbstractModel
Constructor and Description |
---|
TableGroupInfo() |
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 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 © 2020. All rights reserved.