public class BackupTableContent extends AbstractModel
header, skipSign
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 数据库
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIps()
Get 表ip
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRip()
Get cvm的ip地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTable()
Get 表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalBytes()
Get 表总字节数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVCluster()
Get 虚拟cluster
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getZooPath()
Get zk路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDatabase(String Database)
Set 数据库
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIps(String Ips)
Set 表ip
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRip(String Rip)
Set cvm的ip地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTable(String Table)
Set 表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalBytes(Long TotalBytes)
Set 表总字节数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVCluster(String VCluster)
Set 虚拟cluster
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setZooPath(String ZooPath)
Set zk路径
注意:此字段可能返回 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 BackupTableContent()
public BackupTableContent(BackupTableContent source)
public String getDatabase()
public void setDatabase(String Database)
Database
- 数据库
注意:此字段可能返回 null,表示取不到有效值。public String getTable()
public void setTable(String Table)
Table
- 表
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalBytes()
public void setTotalBytes(Long TotalBytes)
TotalBytes
- 表总字节数
注意:此字段可能返回 null,表示取不到有效值。public String getVCluster()
public void setVCluster(String VCluster)
VCluster
- 虚拟cluster
注意:此字段可能返回 null,表示取不到有效值。public String getIps()
public void setIps(String Ips)
Ips
- 表ip
注意:此字段可能返回 null,表示取不到有效值。public String getZooPath()
public void setZooPath(String ZooPath)
ZooPath
- zk路径
注意:此字段可能返回 null,表示取不到有效值。public String getRip()
public void setRip(String Rip)
Rip
- cvm的ip地址
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.