public class BackupTableContent extends AbstractModel
Constructor and Description |
---|
BackupTableContent() |
BackupTableContent(BackupTableContent 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 |
getDatabase()
Get 数据库
|
String |
getIps()
Get 表ip
|
String |
getTable()
Get 表
|
Long |
getTotalBytes()
Get 表总字节数
|
String |
getVCluster()
Get 虚拟cluster
|
void |
setDatabase(String Database)
Set 数据库
|
void |
setIps(String Ips)
Set 表ip
|
void |
setTable(String Table)
Set 表
|
void |
setTotalBytes(Long TotalBytes)
Set 表总字节数
|
void |
setVCluster(String VCluster)
Set 虚拟cluster
|
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 BackupTableContent()
public BackupTableContent(BackupTableContent source)
public String getDatabase()
public void setDatabase(String Database)
Database
- 数据库public String getTable()
public void setTable(String Table)
Table
- 表public Long getTotalBytes()
public void setTotalBytes(Long TotalBytes)
TotalBytes
- 表总字节数public String getVCluster()
public void setVCluster(String VCluster)
VCluster
- 虚拟clusterpublic String getIps()
public void setIps(String Ips)
Ips
- 表ipCopyright © 2023. All rights reserved.