public class CopyFolderRequest extends Object
Constructor | Description |
---|---|
CopyFolderRequest() |
Initializes a new instance of the CopyFolderRequest class.
|
CopyFolderRequest(String srcPath,
String destPath,
String srcStorageName,
String destStorageName) |
Initializes a new instance of the CopyFolderRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getdestPath() |
Destination folder path e.g.
|
String |
getdestStorageName() |
Destination storage name
|
String |
getsrcPath() |
Source folder path e.g.
|
String |
getsrcStorageName() |
Source storage name
|
int |
hashCode() |
|
void |
setdestPath(String destPath) |
|
void |
setdestStorageName(String destStorageName) |
|
void |
setsrcPath(String srcPath) |
|
void |
setsrcStorageName(String srcStorageName) |
|
String |
toString() |
public CopyFolderRequest()
public CopyFolderRequest(String srcPath, String destPath, String srcStorageName, String destStorageName)
srcPath
- Source folder path e.g. '/src'destPath
- Destination folder path e.g. '/dst'srcStorageName
- Source storage namedestStorageName
- Destination storage namepublic String getsrcPath()
public void setsrcPath(String srcPath)
public String getdestPath()
public void setdestPath(String destPath)
public String getsrcStorageName()
public void setsrcStorageName(String srcStorageName)
public String getdestStorageName()
public void setdestStorageName(String destStorageName)
Copyright © 2019. All rights reserved.