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 Path to a backup file
|
String |
getReplicateSetId()
Get ID of the replica set/shard to which a backup file belongs
|
void |
setFile(String File)
Set Path to a backup file
|
void |
setReplicateSetId(String ReplicateSetId)
Set ID of the replica set/shard to which a backup file belongs
|
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
- ID of the replica set/shard to which a backup file belongspublic String getFile()
public void setFile(String File)
File
- Path to a backup fileCopyright © 2021. All rights reserved.