public class BackupFile extends AbstractModel
Constructor and Description |
---|
BackupFile() |
BackupFile(BackupFile 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 |
getFile()
Get 备份文件保存路径
|
String |
getReplicateSetId()
Get 备份文件所属的副本集/分片ID
|
void |
setFile(String File)
Set 备份文件保存路径
|
void |
setReplicateSetId(String ReplicateSetId)
Set 备份文件所属的副本集/分片ID
|
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 BackupFile()
public BackupFile(BackupFile source)
public String getReplicateSetId()
public void setReplicateSetId(String ReplicateSetId)
ReplicateSetId
- 备份文件所属的副本集/分片IDpublic String getFile()
public void setFile(String File)
File
- 备份文件保存路径Copyright © 2022. All rights reserved.