public class BackupFile extends AbstractModel
Constructor and Description |
---|
BackupFile() |
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 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 © 2020. All rights reserved.