public class GetGuidByFolderAndNameJson extends BaseJson
Constructor and Description |
---|
GetGuidByFolderAndNameJson() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentName()
File name
|
String |
getFolderGuid()
Folder guid
|
Integer |
getFolderId()
Folder id
|
String |
getFolderPath()
Pathname to file (excluding file name)
|
void |
setDocumentName(String documentName)
File name
|
void |
setFolderGuid(String folderGuid)
Folder guid
|
void |
setFolderId(Integer folderId)
Folder id
|
void |
setFolderPath(String folderPath)
Pathname to file (excluding file name)
|
getObjType, setObjType, toString
public String getFolderPath()
public void setFolderPath(String folderPath)
folderPath
- Pathname to file (excluding file name)public String getFolderGuid()
public void setFolderGuid(String folderGuid)
folderGuid
- Folder guidpublic String getDocumentName()
public void setDocumentName(String documentName)
documentName
- File namepublic Integer getFolderId()
public void setFolderId(Integer folderId)
folderId
- Folder idCopyright © 2019. All rights reserved.