public class TransientMoveJson extends BaseJson
Constructor and Description |
---|
TransientMoveJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType()
Device type
|
Set<String> |
getDocumentPaths()
Current file paths.
|
Set<String> |
getFolderPaths()
Current folder paths.
|
String |
getTargetPath()
Target folder path or ID .
|
String |
getWorkspaceGuid()
Workspace guid
|
void |
setDeviceType(DeviceType deviceType)
Device type
|
void |
setDocumentPaths(Set<String> documentPaths)
Current file paths.
|
void |
setFolderPaths(Set<String> folderPaths)
Current folder paths.
|
void |
setTargetPath(String targetPath)
Target folder path or ID .
|
void |
setWorkspaceGuid(String workspaceGuid)
Workspace guid
|
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType
- Device typepublic Set<String> getDocumentPaths()
public void setDocumentPaths(Set<String> documentPaths)
documentPaths
- Current file paths.public String getTargetPath()
public void setTargetPath(String targetPath)
targetPath
- Target folder path or ID .public String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
workspaceGuid
- Workspace guidpublic Set<String> getFolderPaths()
Copyright © 2019. All rights reserved.