Interface IFileRequestData
- All Known Implementing Classes:
FileRequestData
public interface IFileRequestData
Interface for file request data
-
Method Summary
Modifier and Type Method Description boolean
getCalcHash()
getCalcHashDeviceType
getDeviceType()
getDeviceTypeString
getFileTargetName()
getFileTargetNameString
getLocalPath()
getLocalPathString
getTargetPath()
getTargetPathvoid
setCalcHash(boolean calcHash)
setCalcHashvoid
setDeviceType(DeviceType deviceType)
setDeviceTypevoid
setFileTargetName(String fileTargetName)
setFileTargetNamevoid
setLocalPath(String localPath)
setLocalPathvoid
setTargetPath(String targetPath)
setTargetPath
-
Method Details
-
getLocalPath
String getLocalPath()getLocalPath- Returns:
- localPath
-
setLocalPath
setLocalPath- Parameters:
localPath
-
-
getFileTargetName
String getFileTargetName()getFileTargetName- Returns:
- file target name
-
setFileTargetName
setFileTargetName- Parameters:
fileTargetName
-
-
getTargetPath
String getTargetPath()getTargetPath- Returns:
- targetPath
-
setTargetPath
setTargetPath- Parameters:
targetPath
-
-
getDeviceType
DeviceType getDeviceType()getDeviceType- Returns:
- deviceType
-
setDeviceType
setDeviceType- Parameters:
deviceType
-
-
getCalcHash
boolean getCalcHash()getCalcHash- Returns:
- calcHash
-
setCalcHash
void setCalcHash(boolean calcHash)setCalcHash- Parameters:
calcHash
-
-