public class MoveFolderJson extends BaseJson
Constructor and Description |
---|
MoveFolderJson() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentFolderGuid()
Current folder guid
|
Integer |
getCurrentFolderID()
Current folder id
|
String |
getCurrentPath()
Current folder path
|
DeviceType |
getDeviceType()
Device type
|
String |
getNewPath()
New folder path.
|
void |
setCurrentFolderGuid(String currentFolderGuid)
Current folder guid
|
void |
setCurrentFolderID(Integer currentFolderID)
Current folder id
|
void |
setCurrentPath(String currentPath)
Current folder path
|
void |
setDeviceType(DeviceType deviceType)
Device type
|
void |
setNewPath(String newPath)
New folder path.
|
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType
- Device typepublic String getCurrentPath()
public void setCurrentPath(String currentPath)
currentPath
- Current folder pathpublic Integer getCurrentFolderID()
public void setCurrentFolderID(Integer currentFolderID)
currentFolderID
- Current folder idpublic String getNewPath()
public void setNewPath(String newPath)
newPath
- New folder path.public String getCurrentFolderGuid()
public void setCurrentFolderGuid(String currentFolderGuid)
currentFolderGuid
- Current folder guidCopyright © 2019. All rights reserved.