public interface IFileRequestData
Modifier and Type | Method and Description |
---|---|
boolean |
getCalcHash()
getCalcHash
|
DeviceType |
getDeviceType()
getDeviceType
|
String |
getFileTargetName()
getFileTargetName
|
String |
getLocalPath()
getLocalPath
|
String |
getTargetPath()
getTargetPath
|
void |
setCalcHash(boolean calcHash)
setCalcHash
|
void |
setDeviceType(DeviceType deviceType)
setDeviceType
|
void |
setFileTargetName(String fileTargetName)
setFileTargetName
|
void |
setLocalPath(String localPath)
setLocalPath
|
void |
setTargetPath(String targetPath)
setTargetPath
|
String getLocalPath()
void setLocalPath(String localPath)
localPath
- String getFileTargetName()
void setFileTargetName(String fileTargetName)
fileTargetName
- String getTargetPath()
void setTargetPath(String targetPath)
targetPath
- DeviceType getDeviceType()
void setDeviceType(DeviceType deviceType)
deviceType
- boolean getCalcHash()
void setCalcHash(boolean calcHash)
calcHash
- Copyright © 2019. All rights reserved.