cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
Class UploadRequestImpl
java.lang.Object
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.UploadRequestImpl
- All Implemented Interfaces:
- BoxRequest, UploadRequest
public class UploadRequestImpl
- extends BoxRequestImpl
- implements UploadRequest
- 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 |
UploadRequestImpl
public UploadRequestImpl()
getAuthToken
public java.lang.String getAuthToken()
- Specified by:
getAuthToken
in interface UploadRequest
- Returns:
- the authToken
setAuthToken
public void setAuthToken(java.lang.String authToken)
- Specified by:
setAuthToken
in interface UploadRequest
- Parameters:
authToken
- the authToken to set
getFolderId
public java.lang.String getFolderId()
- Specified by:
getFolderId
in interface UploadRequest
- Returns:
- the folderId
setFolderId
public void setFolderId(java.lang.String folderId)
- Specified by:
setFolderId
in interface UploadRequest
- Parameters:
folderId
- the folderId to set
isAsFile
public boolean isAsFile()
- Specified by:
isAsFile
in interface UploadRequest
- Returns:
- the asFile
setAsFile
public void setAsFile(boolean asFile)
- Specified by:
setAsFile
in interface UploadRequest
- Parameters:
asFile
- the asFile to set
getDataMap
public java.util.Map getDataMap()
- Specified by:
getDataMap
in interface UploadRequest
- Returns:
- the dataMap
setDataMap
public void setDataMap(java.util.Map dataMap)
- Specified by:
setDataMap
in interface UploadRequest
- Parameters:
dataMap
- the dataMap 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