cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
Class DownloadRequestImpl
java.lang.Object
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.DownloadRequestImpl
- All Implemented Interfaces:
- BoxRequest, DownloadRequest
public class DownloadRequestImpl
- extends BoxRequestImpl
- implements DownloadRequest
- Author:
- Jimmy
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl |
apiKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadRequestImpl
public DownloadRequestImpl()
getAuthToken
public java.lang.String getAuthToken()
- Specified by:
getAuthToken
in interface DownloadRequest
- Returns:
- the authToken
setAuthToken
public void setAuthToken(java.lang.String authToken)
- Specified by:
setAuthToken
in interface DownloadRequest
- Parameters:
authToken
- the authToken to set
getFileId
public java.lang.String getFileId()
- Specified by:
getFileId
in interface DownloadRequest
- Returns:
- the fileId
setFileId
public void setFileId(java.lang.String fileId)
- Specified by:
setFileId
in interface DownloadRequest
- Parameters:
fileId
- the fileId to set
isAsFile
public boolean isAsFile()
- Specified by:
isAsFile
in interface DownloadRequest
- Returns:
- the asFile
setAsFile
public void setAsFile(boolean asFile)
- Specified by:
setAsFile
in interface DownloadRequest
- Parameters:
asFile
- the asFile to set
getInFile
public java.io.File getInFile()
- Specified by:
getInFile
in interface DownloadRequest
- Returns:
- the inFile
setInFile
public void setInFile(java.io.File inFile)
- Specified by:
setInFile
in interface DownloadRequest
- Parameters:
inFile
- the inFile to set
getActionName
public java.lang.String getActionName()
- Description copied from class:
BoxRequestImpl
- get action name.
- Specified by:
getActionName
in interface BoxRequest
- Specified by:
getActionName
in class BoxRequestImpl
- Returns:
- action name