public class TableGroupInfo extends AbstractModel
header, skipSign
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 |
getEnableMysql()
Get 是否开启mysql负载均衡,0未开启 1开启中 2已开启
|
String |
getMysqlConnIp()
Get mysql负载均衡vip
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMysqlConnPort()
Get mysql负载均衡vport
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTableCount()
Get 表格组包含的表格数量
|
String |
getTableGroupId()
Get 表格组ID
|
String |
getTableGroupName()
Get 表格组名称
|
Long |
getTotalSize()
Get 表格组包含的表格存储总量(MB)
|
Long |
getTxhBackupExpireDay()
Get 表格Txh备份文件多少天后过期删除
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedTime(String CreatedTime)
Set 表格组创建时间
|
void |
setEnableMysql(Long EnableMysql)
Set 是否开启mysql负载均衡,0未开启 1开启中 2已开启
|
void |
setMysqlConnIp(String MysqlConnIp)
Set mysql负载均衡vip
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMysqlConnPort(Long MysqlConnPort)
Set mysql负载均衡vport
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTableCount(Long TableCount)
Set 表格组包含的表格数量
|
void |
setTableGroupId(String TableGroupId)
Set 表格组ID
|
void |
setTableGroupName(String TableGroupName)
Set 表格组名称
|
void |
setTotalSize(Long TotalSize)
Set 表格组包含的表格存储总量(MB)
|
void |
setTxhBackupExpireDay(Long TxhBackupExpireDay)
Set 表格Txh备份文件多少天后过期删除
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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)public Long getTxhBackupExpireDay()
public void setTxhBackupExpireDay(Long TxhBackupExpireDay)
TxhBackupExpireDay
- 表格Txh备份文件多少天后过期删除
注意:此字段可能返回 null,表示取不到有效值。public Long getEnableMysql()
public void setEnableMysql(Long EnableMysql)
EnableMysql
- 是否开启mysql负载均衡,0未开启 1开启中 2已开启public String getMysqlConnIp()
public void setMysqlConnIp(String MysqlConnIp)
MysqlConnIp
- mysql负载均衡vip
注意:此字段可能返回 null,表示取不到有效值。public Long getMysqlConnPort()
public void setMysqlConnPort(Long MysqlConnPort)
MysqlConnPort
- mysql负载均衡vport
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.